mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
oops
This commit is contained in:
parent
f4d71a5485
commit
e43ef067b9
1 changed files with 1 additions and 1 deletions
|
@ -2185,7 +2185,7 @@ fn check_for_missing_package_shorthand<'a>(
|
|||
let package_missing=packages
|
||||
.iter()
|
||||
.find(|p| p.value.shorthand == shorthand)
|
||||
.is_some();
|
||||
.is_none();
|
||||
if package_missing{
|
||||
Some(
|
||||
LoadingProblem::FormattedReport(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue