Skip to content

Commit 279c90c

Browse files
committed
Fix Unhandled Interrupted system call in PipeLoggerServer (daveaglick#8)
1 parent 68568d0 commit 279c90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MsBuildPipeLogger.Server/PipeLoggerServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected PipeLoggerServer(TPipeStream pipeStream, CancellationToken cancellatio
5555
{
5656
}
5757
}
58-
catch (EndOfStreamException)
58+
catch (IOException)
5959
{
6060
// The client broke the stream so we're done
6161
}

0 commit comments

Comments
 (0)