Skip to content

Commit

Permalink
Merge 879afe8 into feb1bce
Browse files Browse the repository at this point in the history
  • Loading branch information
joaompneves authored May 3, 2019
2 parents feb1bce + 879afe8 commit af74caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CefSharp.BrowserSubprocess/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private static async void AwaitParentProcessExit(int parentProcessId)

Debug.WriteLine("BrowserSubprocess shutting down forcibly.");

Environment.Exit(0);
Process.GetCurrentProcess().Kill();
}
}
}

0 comments on commit af74caf

Please sign in to comment.