File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616using Coder . Desktop . MutagenSdk . Proto . Url ;
1717using Coder . Desktop . Vpn . Utilities ;
1818using Grpc . Core ;
19- using Microsoft . Extensions . Options ;
19+ using Microsoft . Extensions . Hosting ;
2020using Microsoft . Extensions . Logging ;
21+ using Microsoft . Extensions . Options ;
2122using Serilog ;
2223using DaemonTerminateRequest = Coder . Desktop . MutagenSdk . Proto . Service . Daemon . TerminateRequest ;
2324using MutagenProtocol = Coder . Desktop . MutagenSdk . Proto . Url . Protocol ;
2425using SynchronizationTerminateRequest = Coder . Desktop . MutagenSdk . Proto . Service . Synchronization . TerminateRequest ;
25- using Microsoft . Extensions . Hosting ;
2626
2727namespace Coder . Desktop . App . Services ;
2828
@@ -584,6 +584,7 @@ private void StartDaemonProcess()
584584 {
585585 // ignored
586586 }
587+
587588 _logger . LogInformation ( "mutagen daemon exited with code {exitCode}" , exitCode ) ;
588589 } ;
589590
@@ -605,6 +606,7 @@ private void StartDaemonProcess()
605606 {
606607 // ignored, the process likely doesn't exist
607608 }
609+
608610 daemonProcess . Dispose ( ) ;
609611 }
610612
You can’t perform that action at this time.
0 commit comments