Potential fix for pull request finding 'CodeQL / Clear-text logging of sensitive information'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
brooklyn!
2026-05-08 13:01:25 -07:00
committed by GitHub
parent f790c61207
commit fae9166cf4
+2 -2
View File
@@ -68,7 +68,7 @@ async function main() {
}
}
main().catch(error => {
console.error(error.message)
main().catch(() => {
console.error('Notarization failed. Check configuration and command output in secure CI logs.')
process.exit(1)
})