mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-23 06:28:06 +08: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