mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-07 12:23:18 +08:00
Fix reject call in package artifact's upload-zip.ts (#1125)
This commit is contained in:
@@ -50,7 +50,7 @@ export async function createGZipFileOnDisk(
|
||||
outputStream.on('error', error => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(error)
|
||||
reject
|
||||
reject(error)
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user