|
@ -285,7 +285,7 @@ function REPLServer(prompt, stream, eval, useGlobal, ignoreUndefined) { |
|
|
self.outputStream.write('npm should be run outside of the ' + |
|
|
self.outputStream.write('npm should be run outside of the ' + |
|
|
'node repl, in your normal shell.\n' + |
|
|
'node repl, in your normal shell.\n' + |
|
|
'(Press Control-D to exit.)\n'); |
|
|
'(Press Control-D to exit.)\n'); |
|
|
self.bufferedCmd = ''; |
|
|
self.bufferedCommand = ''; |
|
|
self.displayPrompt(); |
|
|
self.displayPrompt(); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|