mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Make repl Windows-friendly
This commit is contained in:
parent
68f64835f0
commit
b638970c84
2 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue