mirror of https://github.com/actions/toolkit
Update downloadUtils.ts
parent
9b309c5a32
commit
388d774221
|
@ -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,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue