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