From 5a9fa25702434a3d2012197f147e0f53ec3c93f4 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 23 Nov 2014 14:50:42 +0800 Subject: [PATCH] check run --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 73cfff6..907e8e3 100644 --- a/main.go +++ b/main.go @@ -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) }