check run

This commit is contained in:
Liang Ding 2014-11-23 14:50:42 +08:00
parent c35371de1b
commit 5a9fa25702
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func init() {
wd := util.OS.Pwd()
if strings.HasPrefix(wd, os.TempDir()) {
glog.Error("Wide can't run in the OS' temp directory and it can't run with `go run`")
glog.Error("Don't run wide in OS' temp directory or with `go run`")
os.Exit(-1)
}