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 b13f24c commit 9045847Copy full SHA for 9045847
lib/util.js
@@ -339,7 +339,7 @@ function _errnoException(...args) {
339
Error.stackTraceLimit = 0;
340
const e = new ErrnoException(...args);
341
Error.stackTraceLimit = limit;
342
- ErrorCaptureStackTrace(e, _exceptionWithHostPort);
+ ErrorCaptureStackTrace(e, _errnoException);
343
return e;
344
}
345
return new ErrnoException(...args);
0 commit comments