Added support for signal
This commit is contained in:
parent
91d3933eb5
commit
a18d4e2f40
|
|
@ -380,6 +380,7 @@ export class ToolRunner extends events.EventEmitter {
|
|||
const result = <child.SpawnOptions>{}
|
||||
result.cwd = options.cwd
|
||||
result.env = options.env
|
||||
result.signal = options.signal
|
||||
result['windowsVerbatimArguments'] =
|
||||
options.windowsVerbatimArguments || this._isCmdFile()
|
||||
if (options.windowsVerbatimArguments) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue