Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nknapp/q-debug-mode

Activates long-stack-traces in Q and warns about unhandled reasons on process exit
https://github.com/nknapp/q-debug-mode

Last synced: 20 days ago
JSON representation

Activates long-stack-traces in Q and warns about unhandled reasons on process exit

Awesome Lists containing this project

README

        

If you're using Q promises, you can include this function in your unit-tests.
It will register a exit-handler that checks if any unhandled rejected promises exist and prints error
messages for each of those.
See Debug-Mode to warn for unused promises #625 for details.