close external plugin

This commit is contained in:
jtjing 2018-10-08 23:55:26 +08:00
parent 93879216d1
commit 7201c2a7e6
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ func (p *Plug) LoadExternalPlugList() {
dir, err := ioutil.ReadDir(p.dir)
if err != nil {
panic(p.dir + "not found")
return
}
p.ExternalPlugList = make(map[string]ExternalPlug)