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 a8020bf commit da7c87fCopy full SHA for da7c87f
lib/async_hooks.js
@@ -8,8 +8,8 @@ const errors = require('internal/errors');
8
* hooks for each type.
9
*
10
* async_id_fields is a Float64Array wrapping the double array of
11
- * Environment::AsyncHooks::uid_fields_[]. Each index contains the ids for the
12
- * various asynchronous states of the application. These are:
+ * Environment::AsyncHooks::async_id_fields_[]. Each index contains the ids for
+ * the various asynchronous states of the application. These are:
13
* kExecutionAsyncId: The async_id assigned to the resource responsible for the
14
* current execution stack.
15
* kTriggerAsyncId: The trigger_async_id of the resource responsible for
0 commit comments