| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3b44053 commit 30b22a6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,7 @@ const constants = process.binding('constants').os; | |||
| 26 | 26 | const { deprecate } = require('internal/util'); | |
| 27 | 27 | const isWindows = process.platform === 'win32'; | |
| 28 | 28 | ||
| 29 | - const { ERR_SYSTEM_ERROR } = require('internal/errors'); | ||
| 29 | + const { codes: { ERR_SYSTEM_ERROR } } = require('internal/errors'); | ||
| 30 | 30 | ||
| 31 | 31 | const { | |
| 32 | 32 | getCPUs, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments