Skip to content

Commit

Permalink
chore: improve execute commands prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Feb 25, 2024
1 parent 21d1be5 commit a3fbf71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ fn execute(config: &GlobalConfig, text: &str) -> Result<()> {
})
.prompt()?;

println!();

match anwser.as_str() {
"E" | "e" => {
let code = run_command(&eval_str)?;
Expand Down

0 comments on commit a3fbf71

Please sign in to comment.