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