We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4116788 commit d1c0827Copy full SHA for d1c0827
lib/repl.js
@@ -71,7 +71,9 @@ const {
71
ERR_SCRIPT_EXECUTION_INTERRUPTED
72
} = require('internal/errors').codes;
73
const { sendInspectorCommand } = require('internal/util/inspector');
74
-const { experimentalREPLAwait } = process.binding('config');
+const experimentalREPLAwait = internalBinding('options').getOptions(
75
+ '--experimental-repl-await'
76
+);
77
const { isRecoverableError } = require('internal/repl/recoverable');
78
const {
79
getOwnNonIndexProperties,
0 commit comments