Skip to content

Commit aba574b

Browse files
author
Tony Sullivan
committed
Merge branch 'main' of github.com:withastro/astro into image-background-prop
2 parents cc2df34 + 93c3aee commit aba574b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/astro/src/core/create-vite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class DependencyWalker {
243243

244244
dir = parentDir;
245245
}
246-
} catch (e) {
246+
} catch {
247247
// Give up! Who knows where the `package.json` is…
248248
}
249249
}

0 commit comments

Comments
 (0)