Skip to content

Commit b4d0dbd

Browse files
committed
fixup! Update doc/api/async_hooks.md
1 parent 2c131bf commit b4d0dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/async_hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<!--introduced_in=v8.1.0-->
44

5+
<!-- source_link=lib/async_hooks.js -->
6+
57
> Stability: 1 - Experimental. We plan to remove this API
68
> in the future; it will never become stable.
79
> Please migrate to [`AsyncLocalStorage`][], [Diagnostics Channel][], and
810
> other stable APIs.
911
10-
<!-- source_link=lib/async_hooks.js -->
11-
1212
The `node:async_hooks` module provides an API to track asynchronous resources.
1313
It can be accessed using:
1414

0 commit comments

Comments
 (0)