Skip to content

Commit 5bf4441

Browse files
committed
Fix
1 parent d65d55a commit 5bf4441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuiltInTools/dotnet-watch/HotReload/HotReloadDotNetWatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ async Task<ImmutableList<ChangedFile>> CaptureChangedFilesSnapshot(ImmutableArra
532532

533533
if (rootRunningProject != null)
534534
{
535-
await rootRunningProject.TerminateAsync(isRestarting: false);
535+
await rootRunningProject.TerminateAsync();
536536
}
537537

538538
if (runtimeProcessLauncher != null)

0 commit comments

Comments
 (0)