mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Add newline after "Failed with error" msg
This commit is contained in:
parent
09b40a1cc3
commit
ee819cb7d1
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ pub fn handle_loading_problem(problem: LoadingProblem) -> std::io::Result<i32> {
|
|||
_ => {
|
||||
// TODO: tighten up the types here, we should always end up with a
|
||||
// formatted report from load.
|
||||
print!("Failed with error: {problem:?}");
|
||||
print!("Failed with error: {problem:?}\n");
|
||||
Ok(1)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue