mirror of
https://github.com/samsonjs/repl-edit.git
synced 2026-03-25 09:25:49 +00:00
fix for node v0.8.x
This commit is contained in:
parent
91028f439b
commit
5ccbb46c81
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ function startRepl() {
|
|||
console.error('repl is already running, only one instance is allowed')
|
||||
return
|
||||
}
|
||||
return extendRepl(replModule.start())
|
||||
return extendRepl(replModule.start('> '))
|
||||
}
|
||||
|
||||
function log(s) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue