Skip to content

Commit fb8517a

Browse files
committed
Refactor: Print stderr of compilation after stdout of compilation
1 parent eff914f commit fb8517a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Compile-SourceScript/Public/Compile-SourceScript.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ function Compile-SourceScript {
171171
$stdout = Get-Content $stdoutFile
172172
$stdout | Write-Host
173173
$stderr = Get-Content $stderrFile
174+
$stderr | Write-Host
174175
foreach ($line in $stdout) {
175176
if ($line -match $MOD[$MOD_NAME]['compiler'][$OS]['error_regex']) {
176177
$global:LASTEXITCODE = 1

0 commit comments

Comments
 (0)