mirror of https://github.com/actions/toolkit
Update upload-http-client.ts
parent
78605aeb16
commit
fcec6a7a08
|
@ -220,8 +220,7 @@ async function uploadChunk(
|
||||||
end: number,
|
end: number,
|
||||||
totalSize: number
|
totalSize: number
|
||||||
): Promise<boolean> {
|
): Promise<boolean> {
|
||||||
// eslint-disable-next-line no-console
|
info(
|
||||||
console.log(
|
|
||||||
`Uploading chunk of size ${end -
|
`Uploading chunk of size ${end -
|
||||||
start +
|
start +
|
||||||
1} bytes at offset ${start} with content range: ${getContentRange(
|
1} bytes at offset ${start} with content range: ${getContentRange(
|
||||||
|
|
Loading…
Reference in New Issue