missed with last merge :/

This commit is contained in:
alessio 2016-08-23 02:36:02 +02:00
parent 84c4383fdf
commit 66c858d9c1
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ func routines(p *Project, channel chan bool, wr *sync.WaitGroup) {
wr.Add(1) wr.Add(1)
go p.build() go p.build()
go p.install(channel, wr) go p.install(channel, wr)
wr.Wait()
} else { } else {
fmt.Println(Red(err)) fmt.Println(Red(err))
} }