Fix a dumb

This commit is contained in:
Bryan Ashby
2022-08-07 11:48:51 -06:00
parent 56c92b7a86
commit c1f5086db0

View File

@@ -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',
});