Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Leaving the callback inside try leads to any programmer error inside the callback being captured and the callback re-called with that as an error. In normal nodejs flow this may turn into an infinite loop. In promisified flow this leads to cryptic errors about callback being called twice.
- Loading branch information