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() {
|
function replStart() {
|
||||||
repl.start({
|
repl.start({
|
||||||
prompt: "> ",
|
prompt: "babel > ",
|
||||||
input: process.stdin,
|
input: process.stdin,
|
||||||
output: process.stdout,
|
output: process.stdout,
|
||||||
eval: replEval,
|
eval: replEval,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user