Skip to content

Commit

Permalink
some refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Oct 1, 2024
1 parent ee04d91 commit 7f5b525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Do {
} catch {
Write-Host "An error occurred:" -ForegroundColor Red
Write-Host $_ -ForegroundColor Red
$output = cat Debug.txt
$output = cat ./test/SmokeTests/OOProcSmokeTests/DotNetIsolated/Debug.txt
Write-Host $output

# Rethrow the original exception
Expand Down

0 comments on commit 7f5b525

Please sign in to comment.