Skip to content

Commit

Permalink
Experiment dotnet#4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbasov committed Jan 23, 2018
1 parent 30bd67e commit e299bf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ internal sealed class RemoteService
private Thread _readOutputThread; // nulled on dispose
private Thread _readErrorOutputThread; // nulled on dispose
private InteractiveHost _host; // nulled on dispose
private int _processExitHandling; // set to ProcessExitHandled on dispose
private volatile int _processExitHandling; // set to ProcessExitHandled on dispose

internal RemoteService(InteractiveHost host, Process process, int processId, Service service)
{
Expand Down

0 comments on commit e299bf8

Please sign in to comment.