We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7908d commit d150556Copy full SHA for d150556
1 file changed
index.js
@@ -7,7 +7,7 @@ var sep = path.sep
7
var active = new Map()
8
var hook = asyncHooks.createHook({
9
init (asyncId, type) {
10
- if (type === 'TIMERWRAP') return
+ if (type === 'TIMERWRAP' || type === 'PROMISE') return
11
var err = new Error('whatevs')
12
var stacks = stackback(err)
13
active.set(asyncId, {type, stacks})
0 commit comments