lint: fix missing semi colon in repl
This commit is contained in:
parent
cfe0bab85b
commit
c0d73e6de1
@ -188,7 +188,7 @@ function REPLServer(prompt, stream, eval_, useGlobal, ignoreUndefined) {
|
|||||||
self.outputStream,
|
self.outputStream,
|
||||||
complete,
|
complete,
|
||||||
options.terminal
|
options.terminal
|
||||||
])
|
]);
|
||||||
|
|
||||||
self.setPrompt(!util.isUndefined(prompt) ? prompt : '> ');
|
self.setPrompt(!util.isUndefined(prompt) ? prompt : '> ');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user