From d13d90e2238f30c882bfb27cb7e4ce7669f23cce Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 7 Aug 2022 11:49:52 -0600 Subject: [PATCH] Sigh --- core/scanner_tossers/ftn_bso.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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', + } + ); } }); }