x.x
This commit is contained in:
parent
c42af97ec3
commit
701d3f296b
2
main.go
2
main.go
@ -323,7 +323,7 @@ func main() {
|
|||||||
} else if event.Op&fsnotify.Create == fsnotify.Create {
|
} else if event.Op&fsnotify.Create == fsnotify.Create {
|
||||||
log.Println("new file:", event.Name)
|
log.Println("new file:", event.Name)
|
||||||
err = modifiedFileEvent(event.Name)
|
err = modifiedFileEvent(event.Name)
|
||||||
}
|
} // Travis is being stupid, does this fix it
|
||||||
if err != nil {
|
if err != nil {
|
||||||
common.LogError(err)
|
common.LogError(err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user