We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isNativeError
1 parent 1b45704 commit 169f3f7Copy full SHA for 169f3f7
lib/internal/util.js
@@ -12,9 +12,7 @@ const {
12
arrow_message_private_symbol: kArrowMessagePrivateSymbolIndex,
13
decorated_private_symbol: kDecoratedPrivateSymbolIndex
14
} = internalBinding('util');
15
-const {
16
- isNativeError
17
-} = require('internal/util/types');
+const { isNativeError } = internalBinding('types');
18
19
const noCrypto = !process.versions.openssl;
20
0 commit comments