mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
refactor
This commit is contained in:
parent
e1c70fddec
commit
589b579689
7 changed files with 113 additions and 18 deletions
|
@ -132,10 +132,7 @@ pub fn build(target: &Triple, matches: &ArgMatches, run_after_build: bool) -> io
|
|||
.expect("TODO gracefully handle block_on failing");
|
||||
}
|
||||
}
|
||||
Err(LoadingProblem::ParsingFailedReport(report)) => {
|
||||
print!("{}", report);
|
||||
}
|
||||
Err(LoadingProblem::NoPlatform(report)) => {
|
||||
Err(LoadingProblem::FormattedReport(report)) => {
|
||||
print!("{}", report);
|
||||
}
|
||||
Err(other) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue