diff --git a/Public/Attire-ExecutionLogger.psm1 b/Public/Attire-ExecutionLogger.psm1 index 4eaf7a2..f0911e0 100644 --- a/Public/Attire-ExecutionLogger.psm1 +++ b/Public/Attire-ExecutionLogger.psm1 @@ -82,6 +82,9 @@ function Write-ExecutionLog($startTime, $stopTime, $technique, $testNum, $testNa 'time-stop' = $stopTime 'executor' = $testExecutor 'command' = $command + 'process-id' = $res.ProcessId + 'exit-code' = $res.ExitCode + 'is-timeout' = $res.IsTimeout 'output' = @() }