From b30217c1d33cd3cad64a51f59c0817e5b305677b Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 Aug 2013 19:00:08 +0800 Subject: [PATCH] Update --- watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch.go b/watch.go index 5b4d71f..f0d46ca 100644 --- a/watch.go +++ b/watch.go @@ -152,8 +152,8 @@ func Start(appname string) { cmd.Stderr = os.Stderr go cmd.Run() - started <- true com.ColorLog("[INFO] %s is running...\n", appname) + started <- true } // checkTMPFile returns true if the event was for TMP files.