mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
remove accidental change from debugging
This commit is contained in:
parent
440b288ca5
commit
9e37b93336
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ impl RuntimeError {
|
|||
"Hit a branch pattern that does not bind all symbols its body needs, at {region:?}"
|
||||
)
|
||||
}
|
||||
err => format!("HEY HEY {err:?}"),
|
||||
err => format!("{err:?}"),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue