diff --git a/core/scanner_tossers/ftn_bso.js b/core/scanner_tossers/ftn_bso.js index 0418f15b..77d2f4fa 100644 --- a/core/scanner_tossers/ftn_bso.js +++ b/core/scanner_tossers/ftn_bso.js @@ -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', });