We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60f77b commit 8ee5bbeCopy full SHA for 8ee5bbe
lib/internal/inspector/inspect_repl.js
@@ -89,7 +89,7 @@ function extractFunctionName(description) {
89
}
90
91
const PUBLIC_BUILTINS = require('module').builtinModules;
92
-const NATIVES = PUBLIC_BUILTINS ? process.binding('natives') : {};
+const NATIVES = PUBLIC_BUILTINS ? internalBinding('natives') : {};
93
function isNativeUrl(url) {
94
url = url.replace(/\.js$/, '');
95
if (PUBLIC_BUILTINS) {
0 commit comments