Add job status & correct claimant info checks.
This commit is contained in:
@@ -121,8 +121,8 @@ async function StopWatcher(): Promise<boolean> {
|
||||
}
|
||||
|
||||
async function HandleNewFile(path): Promise<void> {
|
||||
await ImportJob(path);
|
||||
log.log("Received a new file", path);
|
||||
await ImportJob(path);
|
||||
}
|
||||
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user