vlio20 / utils-decorators

Decorators for web and node applications

Home Page:https://vlio20.github.io/utils-decorators/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncatchable timeout

xTRiM opened this issue · comments

commented

Is it possible to catch the timeout exception somehow? I'm always crashing with "Unhandled promise rejection"

UnhandledPromiseRejectionWarning: Error: timeout occurred after 2000
    at new TimeoutError (node_modules/utils-decorators/src/timeout/timeout.ts:6:5)
    at Timeout._onTimeout (node_modules/utils-decorators/src/timeout/timeout.ts:28:20)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
commented

My bad, sorry, working as intended.