mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
Make repl Windows-friendly
This commit is contained in:
parent
68f64835f0
commit
b638970c84
@ -617,5 +617,5 @@ fn gen(
|
||||
.write_to_file(&env.module, FileType::Object, &dest_filename)
|
||||
.expect("Writing .o file failed");
|
||||
|
||||
println!("\nSuccess! 🎉\n\n\t➡ {}\n", dest_filename.display());
|
||||
println!("\nSuccess!\n\n\t—> {}\n", dest_filename.display());
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ pub fn main() -> io::Result<()> {
|
||||
|
||||
loop {
|
||||
if pending_src.is_empty() {
|
||||
print!("\n\u{001b}[36m▶\u{001b}[0m ");
|
||||
print!("\n\u{001b}[36m»\u{001b}[0m ");
|
||||
} else {
|
||||
print!("\u{001b}[36m…\u{001b}[0m ");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user