mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Get rid of VM stack storage
This commit is contained in:
parent
8afb88f5a4
commit
5719384ed9
6 changed files with 67 additions and 252 deletions
|
@ -207,7 +207,7 @@ impl<'a> ImportDispatcher for TestDispatcher<'a> {
|
|||
let msg = match panic_tag {
|
||||
0 => format!(r#"Roc failed with message: "{roc_msg}""#),
|
||||
1 => format!(r#"User crash with message: "{roc_msg}""#),
|
||||
tag => format!(r#"Got an invald panic tag: "{panic_tag}""#),
|
||||
_ => format!(r#"Got an invald panic tag: "{panic_tag}""#),
|
||||
};
|
||||
panic!("{}", msg)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue