Skip to content

Commit

Permalink
Remove stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
adhilto authored and buidav committed Nov 22, 2024
1 parent 723da01 commit 031a26f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PowerShell/ScubaGear/Modules/Orchestrator.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 031a26f

Please sign in to comment.