From 61c036757ebc1de541c430bd6266dcb29d6501f9 Mon Sep 17 00:00:00 2001 From: Aveline <352441+ym@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:07:08 +0200 Subject: [PATCH] Update native.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- native.go | 4 ---- 1 file changed, 4 deletions(-) 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 {