Skip to content

Commit

Permalink
Use babel > as prompt in babel-node (#9695)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYSzys authored and nicolo-ribaudo committed Jan 10, 2020
1 parent 8415065 commit 646409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-node/src/_babel-node.js
Expand Up @@ -212,7 +212,7 @@ if (program.eval || program.print) {

function replStart() {
repl.start({
prompt: "> ",
prompt: "babel > ",
input: process.stdin,
output: process.stdout,
eval: replEval,
Expand Down

0 comments on commit 646409b

Please sign in to comment.