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 73aa0ae commit a5e9759Copy full SHA for a5e9759
1 file changed
lib/async_hooks.js
@@ -262,10 +262,10 @@ class AsyncResource {
262
enumerable: true,
263
get: deprecate(function() {
264
return self;
265
- }, 'The asyncResource property on bound functions is deprecated', 'DEP0172'),
+ }, 'The asyncResource property on bound functions is deprecated', 'DEP0172', false),
266
set: deprecate(function(val) {
267
self = val;
268
269
},
270
});
271
return bound;
0 commit comments