summaryrefslogtreecommitdiff
path: root/lib/internal/repl/history.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/repl/history.js')
-rw-r--r--lib/internal/repl/history.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/internal/repl/history.js b/lib/internal/repl/history.js
index 1af974e83e..6404e821b1 100644
--- a/lib/internal/repl/history.js
+++ b/lib/internal/repl/history.js
@@ -1,5 +1,9 @@
'use strict';
+const {
+ Boolean,
+} = primordials;
+
const { Interface } = require('readline');
const path = require('path');
const fs = require('fs');