mirror of
https://kkgithub.com/actions/checkout
synced 2025-11-06 01:01:51 +08:00
.
This commit is contained in:
@ -155,7 +155,6 @@ function downloadFile(url: string, fileStream: WriteStream): Promise<void> {
|
||||
response.on('error', err => {
|
||||
reject(err)
|
||||
})
|
||||
// response.pipe(fileStream)
|
||||
})
|
||||
} catch (err) {
|
||||
reject(err)
|
||||
|
||||
Reference in New Issue
Block a user