We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c77519 commit f9c0af5Copy full SHA for f9c0af5
src/commands/fix/npm-fix.ts
@@ -54,7 +54,8 @@ export async function npmFix(
54
existing: true,
55
unfixable: false,
56
upgradable: false
57
- }
+ },
58
+ nothrow: true
59
})
60
61
const infoByPkg = getCveInfoByAlertsMap(alertsMap)
src/commands/fix/pnpm-fix.ts
@@ -49,7 +49,8 @@ export async function pnpmFix(
49
50
51
52
53
0 commit comments