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 7f5334e commit 0a97e1dCopy full SHA for 0a97e1d
lib/async_hooks.js
@@ -149,7 +149,7 @@ function showEmitBeforeAfterWarning() {
149
process.emitWarning(
150
'asyncResource.emitBefore and emitAfter are deprecated. Please use ' +
151
'asyncResource.runInAsyncScope instead',
152
- 'DeprecationWarning', 'DEP00XX');
+ 'DeprecationWarning', 'DEP0098');
153
emitBeforeAfterWarning = false;
154
}
155
0 commit comments