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