mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
parent
0a0045675b
commit
60df1b4603
1 changed files with 4 additions and 3 deletions
|
@ -2457,9 +2457,10 @@ fn update<'a>(
|
|||
}
|
||||
}
|
||||
Err(url_err) => {
|
||||
let buf = to_https_problem_report_string(Problem::InvalidUrl(
|
||||
url_err,
|
||||
));
|
||||
let buf = to_https_problem_report_string(
|
||||
url,
|
||||
Problem::InvalidUrl(url_err),
|
||||
);
|
||||
return Err(LoadingProblem::FormattedReport(buf));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue