diff --git a/native.go b/native.go index 92e2d02..e2da36a 100644 --- a/native.go +++ b/native.go @@ -283,10 +283,6 @@ func superviseNativeBinary(binaryPath string) error { return restartNativeBinary(binaryPath) } - if nativeCmd.Process == nil { - return restartNativeBinary(binaryPath) - } - err := nativeCmd.Wait() if err == nil {