mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Report repl compile errors as bugs
This commit is contained in:
parent
9ed13eb97b
commit
e93d9b81d8
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ macro_rules! run_jit_function {
|
|||
$transform(success)
|
||||
}
|
||||
Err(error_msg) => {
|
||||
eprintln!("This Roc code crashed with: \"{}\"", 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.");
|
||||
|
||||
Expr::MalformedClosure
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue