watching message moved

This commit is contained in:
alessio 2016-08-21 17:16:31 +02:00
parent 7c42605c85
commit 5bf732b331
1 changed files with 1 additions and 1 deletions

View File

@ -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 {