From 6a04ac36a31a0ce1852a40af23c5519163ffae02 Mon Sep 17 00:00:00 2001 From: alessio Date: Wed, 24 Aug 2016 17:28:51 +0200 Subject: [PATCH] sync fixed --- realize/watcher.go | 1 - 1 file changed, 1 deletion(-) diff --git a/realize/watcher.go b/realize/watcher.go index 9620404..67449fe 100644 --- a/realize/watcher.go +++ b/realize/watcher.go @@ -105,7 +105,6 @@ func (p *Project) watching() { // stop and run again if p.Run { close(channel) - wr.Wait() channel = make(chan bool) }