Implement `Promise` resolution `try/catch` function.
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Node.js 12 and down will not add the async call to the stack trace. Node.js 14 and up will, so you can create a simple wraper. For Node.js 12 and up we have to have a function call back through the application source to construct the wrapper error to get the application file and line into the stack trace.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.