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 16
16
using Coder . Desktop . MutagenSdk . Proto . Url ;
17
17
using Coder . Desktop . Vpn . Utilities ;
18
18
using Grpc . Core ;
19
- using Microsoft . Extensions . Options ;
19
+ using Microsoft . Extensions . Hosting ;
20
20
using Microsoft . Extensions . Logging ;
21
+ using Microsoft . Extensions . Options ;
21
22
using Serilog ;
22
23
using DaemonTerminateRequest = Coder . Desktop . MutagenSdk . Proto . Service . Daemon . TerminateRequest ;
23
24
using MutagenProtocol = Coder . Desktop . MutagenSdk . Proto . Url . Protocol ;
24
25
using SynchronizationTerminateRequest = Coder . Desktop . MutagenSdk . Proto . Service . Synchronization . TerminateRequest ;
25
- using Microsoft . Extensions . Hosting ;
26
26
27
27
namespace Coder . Desktop . App . Services ;
28
28
@@ -584,6 +584,7 @@ private void StartDaemonProcess()
584
584
{
585
585
// ignored
586
586
}
587
+
587
588
_logger . LogInformation ( "mutagen daemon exited with code {exitCode}" , exitCode ) ;
588
589
} ;
589
590
@@ -605,6 +606,7 @@ private void StartDaemonProcess()
605
606
{
606
607
// ignored, the process likely doesn't exist
607
608
}
609
+
608
610
daemonProcess . Dispose ( ) ;
609
611
}
610
612
You can’t perform that action at this time.
0 commit comments