Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKovac committed Jan 8, 2025
1 parent 29046cf commit ef7c7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/app-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function Run-Command {
# Execute the command and capture the output
$CommandOutput = Invoke-Expression "$Command 2>&1" | ForEach-Object {
# Write each line to the console immediately
Write-Output $_
#Write-Output $_
# Add it to the result output
$_
}
Expand Down

0 comments on commit ef7c7a4

Please sign in to comment.