We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f257b8d commit 666983dCopy full SHA for 666983d
lib/internal/trace_events_async_hooks.js
@@ -31,6 +31,7 @@ const kEnabled = Symbol('enabled');
31
// twice the async_wrap.Providers list is used to filter the events.
32
const nativeProviders = new SafeSet(ObjectKeys(async_wrap.Providers));
33
const typeMemory = new SafeMap();
34
+nativeProviders.delete('PROMISE');
35
36
function createHook() {
37
// In traceEvents it is not only the id but also the name that needs to be
0 commit comments