mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
Update downloadUtils.ts
This commit is contained in:
+1
-1
@@ -260,7 +260,7 @@ export async function downloadCacheStorageSDK(
|
||||
|
||||
downloadProgress.nextSegment(segmentSize)
|
||||
|
||||
const result = await Promise.Race([client.downloadToBuffer(
|
||||
const result = await Promise.race([client.downloadToBuffer(
|
||||
segmentStart,
|
||||
segmentSize,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user