8000
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 13296d1 commit fc29ddbCopy full SHA for fc29ddb
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