Commit f5c71f6
authored
[packages] fix error check in pendingPackagesForInstallation (#1052)
## Summary
The if-condition was ignoring genuine errors
## How was it tested?
```
> rm -rf <project>/.devbox
> cd <project>
# has direnv-enabled, and so this installed the packages that were pending
```1 parent e6f3de2 commit f5c71f6
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
338 | 341 | | |
339 | 342 | | |
340 | 343 | | |
| |||
0 commit comments