Skip to content

Commit 34df965

Browse files
committed
Fix empty logger.error() call in taze script
1 parent 72df1a4 commit 34df965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/taze.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void (async () => {
4545

4646
tazePromise.process.on('close', () => {
4747
if (hasProvenanceDowngrade) {
48-
logger.error()
48+
logger.error('')
4949
logger.fail(
5050
'ERROR: Provenance downgrade detected! Failing build to maintain security.',
5151
)

0 commit comments

Comments
 (0)