We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b44053 commit 30b22a6Copy full SHA for 30b22a6
lib/os.js
@@ -26,7 +26,7 @@ const constants = process.binding('constants').os;
26
const { deprecate } = require('internal/util');
27
const isWindows = process.platform === 'win32';
28
29
-const { ERR_SYSTEM_ERROR } = require('internal/errors');
+const { codes: { ERR_SYSTEM_ERROR } } = require('internal/errors');
30
31
const {
32
getCPUs,
0 commit comments