| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 14bb6f9 commit 2a24e76
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -433,6 +433,9 @@ callback to `listen()` will look like. The output formatting is slightly more | |||
| 433 | 433 | elaborate to make calling context easier to see. | |
| 434 | 434 | ||
| 435 | 435 | ```js | |
| 436 | + const async_hooks = require('async_hooks'); | ||
| 437 | + const fs = require('fs'); | ||
| 438 | + const net = require('net'); | ||
| 436 | 439 | const { fd } = process.stdout; | |
| 437 | 440 | ||
| 438 | 441 | let indent = 0; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments