You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/index.ts: Express 4 does not natively catch async errors in route handlers. Without express-async-errors or a wrapper, rejected promises in handlers crash the process with unhandledRejection.
src/index.ts: Express 4 does not natively catch async errors in route handlers. Without
express-async-errorsor a wrapper, rejected promises in handlers crash the process withunhandledRejection.