diff --git a/core/scanner_tossers/ftn_bso.js b/core/scanner_tossers/ftn_bso.js index 77d2f4fa..8b936368 100644 --- a/core/scanner_tossers/ftn_bso.js +++ b/core/scanner_tossers/ftn_bso.js @@ -2801,10 +2801,13 @@ FTNMessageScanTossModule.prototype.startup = function (cb) { // fse.exists(importSchedule.watchFile, exists => { if (exists) { - tryImportNow(makeImportMsg('exists', eventPath), { - eventPath: importSchedule.watchFile, - event: 'exists', - }); + tryImportNow( + makeImportMsg('exists', importSchedule.watchFile), + { + eventPath: importSchedule.watchFile, + event: 'exists', + } + ); } }); }