watching print fixed

This commit is contained in:
alessio 2016-08-19 23:32:36 +02:00
parent dfec8209f3
commit eefb3f9be0

View File

@ -99,7 +99,7 @@ func (p *Project) Watching() {
} }
} }
routines() routines()
fmt.Println(red("\n Watching: '" + p.Name + "'\n")) fmt.Println(red("Watching: '" + p.Name + "'\n"))
p.reload = time.Now().Truncate(time.Second) p.reload = time.Now().Truncate(time.Second)
for { for {
select { select {