mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
better formatting
This commit is contained in:
parent
daf6de950e
commit
7f14f27ee4
4 changed files with 115 additions and 14 deletions
|
@ -135,8 +135,8 @@ pub fn build(target: &Triple, matches: &ArgMatches, run_after_build: bool) -> io
|
|||
Err(LoadingProblem::ParsingFailedReport(report)) => {
|
||||
print!("{}", report);
|
||||
}
|
||||
Err(LoadingProblem::NoPlatform) => {
|
||||
print!("The file you ran did not provide a platform\nMaybe you are trying to run an Interface module?");
|
||||
Err(LoadingProblem::NoPlatform(report)) => {
|
||||
print!("{}", report);
|
||||
}
|
||||
Err(other) => {
|
||||
panic!("build_file failed with error:\n{:?}", other);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue