Skip to content

Commit d83353b

Browse files
committed
omg how did the tests pass :(
1 parent befdbbb commit d83353b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/usePantry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export default function usePantry() {
186186
return !pantry_paths().some(x => x.exists())
187187
} catch (e) {
188188
if (e instanceof PantryNotFoundError) {
189-
return false
189+
return true
190190
} else {
191191
throw e
192192
}

0 commit comments

Comments
 (0)