x
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user