summaryrefslogtreecommitdiff
path: root/lib/repl.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/repl.js')
-rw-r--r--lib/repl.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/repl.js b/lib/repl.js
index 7140e1b56c..a7eb22e396 100644
--- a/lib/repl.js
+++ b/lib/repl.js
@@ -87,10 +87,13 @@ const {
propertyFilter: {
ALL_PROPERTIES,
SKIP_SYMBOLS
- },
+ }
+} = internalBinding('util');
+const {
startSigintWatchdog,
stopSigintWatchdog
-} = internalBinding('util');
+} = internalBinding('contextify');
+
const history = require('internal/repl/history');
// Lazy-loaded.