This commit is contained in:
Azareal 2018-07-30 14:21:30 +10:00
parent c42af97ec3
commit 701d3f296b
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ func main() {
} else if event.Op&fsnotify.Create == fsnotify.Create {
log.Println("new file:", event.Name)
err = modifiedFileEvent(event.Name)
}
} // Travis is being stupid, does this fix it
if err != nil {
common.LogError(err)
}