q-debug-mode
v0.0.1
Published
Activates long-stack-traces in Q and warns about unhandled reasons on process exit
Downloads
20
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.