| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5cf3c3e commit 4bfa387
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -339,7 +339,7 @@ function _errnoException(...args) { | |||
| 339 | 339 | Error.stackTraceLimit = 0; | |
| 340 | 340 | const e = new ErrnoException(...args); | |
| 341 | 341 | Error.stackTraceLimit = limit; | |
| 342 | - ErrorCaptureStackTrace(e, _exceptionWithHostPort); | ||
| 342 | + ErrorCaptureStackTrace(e, _errnoException); | ||
| 343 | 343 | return e; | |
| 344 | 344 | } | |
| 345 | 345 | return new ErrnoException(...args); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments