We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18a926 commit 3b8ec68Copy full SHA for 3b8ec68
lib/domain.js
@@ -314,4 +314,5 @@ Domain.prototype.dispose = util.deprecate(function() {
314
// mark this domain as 'no longer relevant'
315
// so that it can't be entered or activated.
316
this._disposed = true;
317
-});
+}, 'Domain.dispose is deprecated. Recover from failed I/O actions explicitly ' +
318
+ 'via error event handlers set on the domain instead.');
0 commit comments