mirror of
https://github.com/samsonjs/repl-edit.git
synced 2026-04-27 15:07:40 +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')
|
console.error('repl is already running, only one instance is allowed')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return extendRepl(replModule.start())
|
return extendRepl(replModule.start('> '))
|
||||||
}
|
}
|
||||||
|
|
||||||
function log(s) {
|
function log(s) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue