Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
on9au committed Jun 16, 2024
1 parent 806d5fe commit 986950d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub fn run(input: String, env: &Rc<RefCell<Environment>>) {
}
}
Err(e) => {
println!("Error: {}", e);
println!("E: {}", e);
}
}
}

0 comments on commit 986950d

Please sign in to comment.