mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-07 17:43:16 +08:00
Update downloadUtils.ts
This commit is contained in:
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)
|
||||
|
||||
const result = await Promise.Race([client.downloadToBuffer(
|
||||
const result = await Promise.race([client.downloadToBuffer(
|
||||
segmentStart,
|
||||
segmentSize,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user