watchFolder #8
@ -81,5 +81,5 @@ func processWatchedFile(filePath string) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
go processItems(tempFile.Name(), items)
|
go processItems(filepath.Base(tempFile.Name()), items)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user