mirror of
https://github.com/actions/toolkit.git
synced 2026-08-23 00:00:19 +02:00
Fix styling
This commit is contained in:
@@ -219,7 +219,9 @@ export class DownloadHttpClient {
|
||||
return parseInt(expected) === received
|
||||
}
|
||||
|
||||
const resetDestinationStream = async (downloadPath: string) => {
|
||||
const resetDestinationStream = async (
|
||||
downloadPath: string
|
||||
): Promise<void> => {
|
||||
await rmFile(downloadPath)
|
||||
destinationStream = fs.createWriteStream(downloadPath)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user