something worked

This commit is contained in:
2022-12-29 14:30:30 -08:00
committed by Adam Wick
parent a797b43068
commit bb1cbf9962
7 changed files with 112 additions and 49 deletions

View File

@@ -181,7 +181,7 @@ impl From<Error> for Diagnostic<usize> {
Label::primary(*file_id, *offset..*offset).with_message("this is related")
])
.with_message(format!("Internal error: {}", string)),
}
},
}
}
}