mirror of
https://github.com/actions/toolkit.git
synced 2026-08-17 00:00:22 +02:00
prettier and add type
This commit is contained in:
@@ -306,7 +306,7 @@ export class DownloadHttpClient {
|
||||
destinationStream: fs.WriteStream,
|
||||
isGzip: boolean
|
||||
): Promise<void> {
|
||||
await new Promise((resolve, reject) => {
|
||||
await new Promise<void>((resolve, reject) => {
|
||||
if (isGzip) {
|
||||
const gunzip = zlib.createGunzip()
|
||||
response.message
|
||||
|
||||
Reference in New Issue
Block a user