Commit 0260db5
doc: correct async_hooks sample outputs
Correct the output of async_hooks samples
* `TIMERWRAP` has been removed in #20894
* `console.log()` doesn't issue `TTYWRAP` nor `SIGNALWRAP`
I don't know which PR caused that `console.log()` is no longer using
`TTYWRAP` and `SIGNALWRAP`; I think it was between 8.4.0 and 8.5.0.
PR-URL: #24050
Refs: #20894
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 63dc221 commit 0260db5Copy full SHA for 0260db5
File tree
Expand file treeCollapse file tree
1 file changed
+15
-24
lines changedOpen diff view settings
Filter options
- doc/api
Expand file treeCollapse file tree
1 file changed
+15
-24
lines changedOpen diff view settings
Collapse file
+15-24Lines changed: 15 additions & 24 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
276 | 276 | |
277 | 277 | |
278 | 278 | |
279 | | - |
280 | | - |
| 279 | + |
| 280 | + |
281 | 281 | |
282 | 282 | |
283 | 283 | |
| ||
355 | 355 | |
356 | 356 | |
357 | 357 | |
358 | | - |
359 | | - |
360 | | - |
361 | | - |
362 | | - |
363 | | - |
364 | | - |
365 | | - |
366 | | - |
367 | | - |
368 | | - |
369 | | - |
370 | | - |
371 | | - |
372 | | - |
373 | | - |
374 | | - |
375 | | - |
376 | | - |
377 | | - |
378 | | - |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
379 | 370 | |
380 | 371 | |
381 | 372 | |
| ||
385 | 376 | |
386 | 377 | |
387 | 378 | |
388 | | - |
| 379 | + |
389 | 380 | |
390 | 381 | |
391 | 382 | |
|
0 commit comments