From ef7c7a4232df3de2b276530452275d468ec0f719 Mon Sep 17 00:00:00 2001 From: TK <61820360+TomKovac@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:18:28 +0100 Subject: [PATCH] wip --- scripts/app-test.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/app-test.ps1 b/scripts/app-test.ps1 index 8f8caa83..18350c62 100644 --- a/scripts/app-test.ps1 +++ b/scripts/app-test.ps1 @@ -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 $_ }