Browse Source

lint: fix missing semi colon in repl

v0.11.12-release
Timothy J Fontaine 11 years ago
parent
commit
c0d73e6de1
  1. 2
      lib/repl.js

2
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 : '> ');

Loading…
Cancel
Save