This commit is contained in:
Liang Ding 2014-12-31 16:53:34 +08:00
parent 0202b7d477
commit d900b13174
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ func checkEnv() {
} }
gocode := util.Go.GetExecutableInGOBIN("gocode") gocode := util.Go.GetExecutableInGOBIN("gocode")
cmd = exec.Command(gocode, "close") cmd = exec.Command(gocode)
_, err = cmd.Output() _, err = cmd.Output()
if nil != err { if nil != err {
event.EventQueue <- &event.Event{Code: event.EvtCodeGocodeNotFound} event.EventQueue <- &event.Event{Code: event.EvtCodeGocodeNotFound}