This commit is contained in:
Folkert 2021-03-23 14:31:35 +01:00
parent e1c70fddec
commit 589b579689
7 changed files with 113 additions and 18 deletions

View file

@ -74,7 +74,7 @@ pub fn helper<'a>(
let mut loaded = match loaded {
Ok(x) => x,
Err(roc_load::file::LoadingProblem::ParsingFailedReport(report)) => {
Err(roc_load::file::LoadingProblem::FormattedReport(report)) => {
println!("{}", report);
panic!();
}