We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65d55a commit 5bf4441Copy full SHA for 5bf4441
src/BuiltInTools/dotnet-watch/HotReload/HotReloadDotNetWatcher.cs
@@ -532,7 +532,7 @@ async Task<ImmutableList<ChangedFile>> CaptureChangedFilesSnapshot(ImmutableArra
532
533
if (rootRunningProject != null)
534
{
535
- await rootRunningProject.TerminateAsync(isRestarting: false);
+ await rootRunningProject.TerminateAsync();
536
}
537
538
if (runtimeProcessLauncher != null)
0 commit comments