watching msg fixed

This commit is contained in:
alessio 2016-08-30 16:37:35 +02:00
parent 9dcd0b9e80
commit 8c7da84fca
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@ func (p *Project) walks(watcher *fsnotify.Watcher) {
} }
} }
fmt.Println(Red("Watching: "), pname(p.Name, 1), Magenta(files), "file/s", Magenta(folders), "folder/s") fmt.Println(Red("Watching: "), pname(p.Name, 1), Magenta(files), "file/s", Magenta(folders), "folder/s")
fmt.Println()
} }
// Ignore validates a path // Ignore validates a path