This commit is contained in:
1-6
2023-07-25 17:40:35 +08:00
parent 767103adec
commit d00fa0599e
+5
View File
@@ -303,7 +303,12 @@ func AddNodePlugin(path, name string) error {
} }
s := value.(common.Sender) s := value.(common.Sender)
if s.GetPluginID() == uuid { if s.GetPluginID() == uuid {
func() {
defer func() {
recover()
}()
p.Process.Kill() p.Process.Kill()
}()
} }
return true return true
}) })