Use babel > as prompt in babel-node (#9695)
This commit is contained in:
parent
8415065d99
commit
646409b23e
@ -212,7 +212,7 @@ if (program.eval || program.print) {
|
||||
|
||||
function replStart() {
|
||||
repl.start({
|
||||
prompt: "> ",
|
||||
prompt: "babel > ",
|
||||
input: process.stdin,
|
||||
output: process.stdout,
|
||||
eval: replEval,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user