Skip to content

Commit 3b69689

Browse files
committed
Minor source nit
1 parent d9834de commit 3b69689

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/commands/fix/coana-fix.mts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,12 @@ export async function coanaFix(
144144
}
145145

146146
debugFn('notice', `fetch: ${ids.length} GHSA details for ${joinAnd(ids)}`)
147+
147148
const ghsaDetails = await fetchGhsaDetails(ids)
148-
debugFn('notice', `found: ${ghsaDetails.size} GHSA details`)
149149
const scanBaseNames = new Set(scanFilepaths.map(p => path.basename(p)))
150150

151+
debugFn('notice', `found: ${ghsaDetails.size} GHSA details`)
152+
151153
let count = 0
152154
let overallFixed = false
153155

0 commit comments

Comments
 (0)