mirror of https://github.com/actions/toolkit
Fix reject call in package artifact's upload-zip.ts (#1125)
parent
03d6c2479c
commit
06c3c38ef2
|
@ -50,7 +50,7 @@ export async function createGZipFileOnDisk(
|
|||
outputStream.on('error', error => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(error)
|
||||
reject
|
||||
reject(error)
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue