mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-20 16:39:10 +08:00
Fix reject call in package artifact's upload-zip.ts (#1125)
This commit is contained in:
parent
03d6c2479c
commit
06c3c38ef2
@ -50,7 +50,7 @@ export async function createGZipFileOnDisk(
|
|||||||
outputStream.on('error', error => {
|
outputStream.on('error', error => {
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
console.log(error)
|
console.log(error)
|
||||||
reject
|
reject(error)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user