Skip to content

Commit 93c29af

Browse files
Fix .NET proxy to show its errors in CI like the others do
1 parent 7ec2598 commit 93c29af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dotnet/test/Harness/CapiProxy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ async Task<string> StartCoreAsync()
6565
{
6666
if (e.Data == null) return;
6767
errorOutput.AppendLine(e.Data);
68+
Console.Error.WriteLine(e.Data);
6869
};
6970

7071
_process.Start();

0 commit comments

Comments
 (0)