1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-05-03 08:49:54 +02:00
This commit is contained in:
eric sciple 2019-12-10 02:01:59 -05:00
parent 7a2b445a4b
commit 154a05918b
2 changed files with 0 additions and 2 deletions

View file

@ -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)