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 e817ba7 commit e54ee54Copy full SHA for e54ee54
1 file changed
doc/api/async_hooks.md
@@ -428,6 +428,9 @@ callback to `listen()` will look like. The output formatting is slightly more
428
elaborate to make calling context easier to see.
429
430
```js
431
+const async_hooks = require('async_hooks');
432
+const fs = require('fs');
433
+const net = require('net');
434
const { fd } = process.stdout;
435
436
let indent = 0;
0 commit comments