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:
parent
6ca0c5839f
commit
93c3aee01c
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class DependencyWalker {
|
|||
|
||||
dir = parentDir;
|
||||
}
|
||||
} catch (e) {
|
||||
} catch {
|
||||
// Give up! Who knows where the `package.json` is…
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue