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;
|
dir = parentDir;
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch {
|
||||||
// Give up! Who knows where the `package.json` is…
|
// Give up! Who knows where the `package.json` is…
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue