Skip to content

Commit

Permalink
refactor(oauth): debug log in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed May 3, 2024
1 parent 95966ac commit 5c24cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/GetSystemCertificates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async function readWindowsCaCertificates() {
onend: () => resolve(list),
})
})

console.log(pems)
return pems
}

Expand Down

0 comments on commit 5c24cf8

Please sign in to comment.