Sigh
This commit is contained in:
parent
c1f5086db0
commit
d13d90e223
|
@ -2801,10 +2801,13 @@ FTNMessageScanTossModule.prototype.startup = function (cb) {
|
||||||
//
|
//
|
||||||
fse.exists(importSchedule.watchFile, exists => {
|
fse.exists(importSchedule.watchFile, exists => {
|
||||||
if (exists) {
|
if (exists) {
|
||||||
tryImportNow(makeImportMsg('exists', eventPath), {
|
tryImportNow(
|
||||||
eventPath: importSchedule.watchFile,
|
makeImportMsg('exists', importSchedule.watchFile),
|
||||||
event: 'exists',
|
{
|
||||||
});
|
eventPath: importSchedule.watchFile,
|
||||||
|
event: 'exists',
|
||||||
|
}
|
||||||
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue