summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/repl.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/repl.js b/lib/repl.js
index e0f5373c8c..2568016948 100644
--- a/lib/repl.js
+++ b/lib/repl.js
@@ -637,7 +637,6 @@ function REPLServer(prompt,
self.outputStream.write('npm should be run outside of the ' +
'node repl, in your normal shell.\n' +
'(Press Control-D to exit.)\n');
- self.clearBufferedCommand();
self.displayPrompt();
return;
}