Skip to content

Commit

Permalink
fix: update prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed Sep 11, 2021
1 parent eabfa6a commit 9dd584f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ const args = getArgs();
const firepl = new Firepl(args.credentials);

console.log("Welcome to Firepl.\nexit using Ctrl+D or type .exit\n");
const customRepl = repl.start({ prompt: "🔥> ", eval: asyncEval });
const customRepl = repl.start({ prompt: "🔥 > ", eval: asyncEval });
customRepl.context.firepl = firepl;

0 comments on commit 9dd584f

Please sign in to comment.