mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix usages of panic
This commit is contained in:
parent
12d013c062
commit
291615072b
2 changed files with 6 additions and 5 deletions
|
@ -119,7 +119,7 @@ macro_rules! run_jit_function {
|
|||
|
||||
$transform(success)
|
||||
}
|
||||
Err(error_msg) => {
|
||||
Err((error_msg, _)) => {
|
||||
eprintln!("This Roc code crashed with: \"{error_msg}\"");
|
||||
|
||||
Expr::MalformedClosure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue