fix close of closed channel

This commit is contained in:
Alex Wong
2019-09-24 16:07:47 +08:00
parent 219b408222
commit 60e048d2ce
@@ -137,7 +137,7 @@ func (c *customPluginMonitor) monitorLoop() {
c.plugin.Stop()
glog.Infof("Custom plugin monitor stopped: %s", c.configPath)
c.tomb.Done()
break
return
}
}
}