mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Update panic message in repl
This commit is contained in:
parent
0c8f6a0a72
commit
fccc2ed497
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ macro_rules! run_jit_function {
|
|||
$transform(success)
|
||||
}
|
||||
Err(error_msg) => {
|
||||
eprintln!("Compiling this Roc code triggered a bug in the Roc compiler: \"{error_msg}\" - if you have time, it would be helpful if you could open an issue at https://github.com/roc-lang/roc/issues with steps to reproduce this error message.");
|
||||
eprintln!("This Roc code crashed with: \"{error_msg}\"");
|
||||
|
||||
Expr::MalformedClosure
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue