We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0d82b commit 3d912f9Copy full SHA for 3d912f9
1 file changed
src/commands/fix/handle-fix.mts
@@ -1,3 +1,4 @@
1
+import { debugFn } from '@socketsecurity/registry/lib/debug'
2
import { logger } from '@socketsecurity/registry/lib/logger'
3
import { pluralize } from '@socketsecurity/registry/lib/words'
4
@@ -57,6 +58,10 @@ export async function handleFix(
57
58
)
59
ghsasCount = ghsas.length
60
} else {
61
+ debugFn('coana fail:', {
62
+ message: autoCResult.message,
63
+ cause: autoCResult.cause,
64
+ })
65
ghsas = []
66
ghsasCount = 0
67
}
0 commit comments