mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 13:39:09 +08:00
adding check for running
This commit is contained in:
parent
bef1fc5f67
commit
fd88cbe6df
@ -7,7 +7,7 @@ import {UploadZipSpecification} from './upload-zip-specification'
|
|||||||
import {getUploadChunkSize} from '../shared/config'
|
import {getUploadChunkSize} from '../shared/config'
|
||||||
|
|
||||||
export const DEFAULT_COMPRESSION_LEVEL = 6
|
export const DEFAULT_COMPRESSION_LEVEL = 6
|
||||||
export var isRunning = false
|
let isRunning = false
|
||||||
|
|
||||||
// Custom stream transformer so we can set the highWaterMark property
|
// Custom stream transformer so we can set the highWaterMark property
|
||||||
// See https://github.com/nodejs/node/issues/8855
|
// See https://github.com/nodejs/node/issues/8855
|
||||||
|
Loading…
x
Reference in New Issue
Block a user