We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81efe50 commit 4f969b5Copy full SHA for 4f969b5
1 file changed
src/commands/fix/handle-fix.mts
@@ -48,7 +48,6 @@ export async function handleFix({
48
{ cwd, spinner },
49
)
50
if (autoCResult.ok) {
51
- console.log(autoCResult.data)
52
ghsas = cmdFlagValueToArray(
53
/(?<=Vulnerabilities found: )[^\n]+/.exec(
54
autoCResult.data as string,
0 commit comments