From 66c858d9c112e63afa742873a3c45b11697d19d8 Mon Sep 17 00:00:00 2001 From: alessio Date: Tue, 23 Aug 2016 02:36:02 +0200 Subject: [PATCH] missed with last merge :/ --- realize/watcher.go | 1 + 1 file changed, 1 insertion(+) diff --git a/realize/watcher.go b/realize/watcher.go index 50c235b..542f07d 100644 --- a/realize/watcher.go +++ b/realize/watcher.go @@ -212,6 +212,7 @@ func routines(p *Project, channel chan bool, wr *sync.WaitGroup) { wr.Add(1) go p.build() go p.install(channel, wr) + wr.Wait() } else { fmt.Println(Red(err)) }