This commit is contained in:
parent
0202b7d477
commit
d900b13174
|
@ -228,7 +228,7 @@ func checkEnv() {
|
|||
}
|
||||
|
||||
gocode := util.Go.GetExecutableInGOBIN("gocode")
|
||||
cmd = exec.Command(gocode, "close")
|
||||
cmd = exec.Command(gocode)
|
||||
_, err = cmd.Output()
|
||||
if nil != err {
|
||||
event.EventQueue <- &event.Event{Code: event.EvtCodeGocodeNotFound}
|
||||
|
|
Loading…
Reference in New Issue