File tree Expand file tree Collapse file tree
module/Compile-SourceScript Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ function Compile-SourceScript {
138138 " `n No new/updated plugins found. No operations were performed." | Write-Host - ForegroundColor Magenta
139139 }
140140 }catch {
141- throw " Runtime error. `n Exception : $ ( $_.Exception.Message ) `n Stacktrace: $ ( $_ .ScriptStackTrace ) "
141+ throw " Runtime error. Exception : $ ( $_.Exception.Message ) "
142142 }finally {
143143 # Cleanup
144144 if ($stdInFile ) {
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ function Compile-SourceScript {
130130 " `n No new/updated plugins found. No operations were performed." | Write-Host - ForegroundColor Magenta
131131 }
132132 }catch {
133- throw " Runtime error. `n Exception : $ ( $_.Exception.Message ) `n Stacktrace: $ ( $_ .ScriptStackTrace ) "
133+ throw " Runtime error. Exception : $ ( $_.Exception.Message ) "
134134 }finally {
135135 # Cleanup
136136 if ($stdInFile ) {
You can’t perform that action at this time.
0 commit comments