refactor: catch doesn't need to have a param (no-changelog) (#5614)
This commit is contained in:
committed by
GitHub
parent
9420b0fdf8
commit
4e244937c9
@@ -202,7 +202,7 @@ nodesController.get(
|
||||
if (missingPackages) {
|
||||
hydratedPackages = matchMissingPackages(hydratedPackages, missingPackages);
|
||||
}
|
||||
} catch (_) {
|
||||
} catch {
|
||||
// Do nothing if setting is missing
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user