From 5bf732b331d48ad9c3298409d386aee6cabc72b4 Mon Sep 17 00:00:00 2001 From: alessio Date: Sun, 21 Aug 2016 17:16:31 +0200 Subject: [PATCH] watching message moved --- realize/watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realize/watcher.go b/realize/watcher.go index 85cae20..3dfbd08 100644 --- a/realize/watcher.go +++ b/realize/watcher.go @@ -97,8 +97,8 @@ func (p *Project) Watching() { fmt.Println(pname(p.Name, 1), ":\t", Red(base+" path doesn't exist")) } } - routines() fmt.Println(Red("Watching: " + pname(p.Name, 1) + "\n")) + routines() p.reload = time.Now().Truncate(time.Second) for { select {