diff --git a/lib/repl.js b/lib/repl.js index 86c99b5b87b..823f36c34ab 100644 --- a/lib/repl.js +++ b/lib/repl.js @@ -188,7 +188,7 @@ function REPLServer(prompt, stream, eval_, useGlobal, ignoreUndefined) { self.outputStream, complete, options.terminal - ]) + ]); self.setPrompt(!util.isUndefined(prompt) ? prompt : '> ');