Thanks to visit codestin.com Credit goes to github.com
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 ec51e25 commit 777931fCopy full SHA for 777931f
doc/api/n-api.md
@@ -5633,7 +5633,7 @@ problems like loss of async context when using the `AsyncLocalStorage` API.
5633
5634
In order to retain ABI compatibility with previous versions, passing `NULL`
5635
for `async_resource` does not result in an error. However, this is not
5636
-recommended as this will result poor results with `async_hooks`
+recommended as this will result in undesirable behavior with `async_hooks`
5637
[`init` hooks][] and `async_hooks.executionAsyncResource()` as the resource is
5638
now required by the underlying `async_hooks` implementation in order to provide
5639
the linkage between async callbacks.
0 commit comments