增加 收集目录信息提示

master
dengsgo 2018-09-19 10:03:42 +08:00
parent 2b6d37659a
commit 73b048ad1a
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ func run() {
}
func addWatcher() {
log.Println("collecting directory information...")
dirs := make([]string, 0)
for i := 0; i < len(cfg.Monitor.IncludeDirs); i++ {
darr := dirParse2Array(cfg.Monitor.IncludeDirs[i])