diff --git a/PowerShell/ScubaGear/Modules/Orchestrator.psm1 b/PowerShell/ScubaGear/Modules/Orchestrator.psm1 index 994fd3c036..66f2cb4f03 100644 --- a/PowerShell/ScubaGear/Modules/Orchestrator.psm1 +++ b/PowerShell/ScubaGear/Modules/Orchestrator.psm1 @@ -1158,8 +1158,7 @@ function Merge-JsonOutput { } else { $MergeJsonErrorMessage = "Fatal Error involving the Json reports aggregation. ` - Ending ScubaGear execution. See the exception message for more details: $($_) ` - $($_.ScriptStackTrace)" + Ending ScubaGear execution. See the exception message for more details: $($_)" throw $MergeJsonErrorMessage } }