mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 00:29:09 +08:00
Update downloadUtils.ts
This commit is contained in:
parent
9b309c5a32
commit
388d774221
2
packages/cache/src/internal/downloadUtils.ts
vendored
2
packages/cache/src/internal/downloadUtils.ts
vendored
@ -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…
x
Reference in New Issue
Block a user