0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

fixes an eslint error (#4659)

This commit is contained in:
Tony Sullivan 2022-09-07 16:33:57 +00:00 committed by GitHub
parent 6ca0c5839f
commit 93c3aee01c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -243,7 +243,7 @@ class DependencyWalker {
dir = parentDir;
}
} catch (e) {
} catch {
// Give up! Who knows where the `package.json` is…
}
}