correctly passing timeout through (#813)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
function Invoke-ExecuteCommand ($finalCommand, $executor) {
|
||||
function Invoke-ExecuteCommand ($finalCommand, $executor, $TimeoutSeconds) {
|
||||
$null = @(
|
||||
if($null -eq $finalCommand){return 0}
|
||||
$finalCommand = $finalCommand.trim()
|
||||
|
||||
Reference in New Issue
Block a user