Fix a dumb

This commit is contained in:
Bryan Ashby 2022-08-07 11:48:51 -06:00
parent 56c92b7a86
commit c1f5086db0
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 1 additions and 1 deletions

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