fix compile error

pull/16/head v0.0.1
User 8 years ago
parent aa05f01fe1
commit caaa32a052

@ -126,4 +126,6 @@ func (pi *ProcInfo) loadProcessInfo() bool {
finfo.Sys()
pi.exePath = exePath
pi.cmdLine = string(bs)
// TODO finish...
return false
}

Loading…
Cancel
Save