2
0
Эх сурвалжийг харах

return after windows restart

Matthew R. Kasun 3 жил өмнө
parent
commit
cac9d481f8

+ 1 - 0
netclient/daemon/common.go

@@ -35,6 +35,7 @@ func InstallDaemon() error {
 func Restart() error {
 	if ncutils.IsWindows() {
 		RestartWindowsDaemon()
+		return nil
 	}
 	pid, err := ncutils.ReadPID()
 	if err != nil {