diff --git a/lib/repl.js b/lib/repl.js index 889a9f0d26a..26f081ce2fb 100644 --- a/lib/repl.js +++ b/lib/repl.js @@ -306,7 +306,7 @@ function REPLServer(prompt, stream, eval, useGlobal, ignoreUndefined) { }); rli.on('SIGCONT', function() { - self.displayPrompt(); + self.displayPrompt(true); }); self.displayPrompt();