Fix a dumb
This commit is contained in:
@@ -2801,7 +2801,7 @@ FTNMessageScanTossModule.prototype.startup = function (cb) {
|
|||||||
//
|
//
|
||||||
fse.exists(importSchedule.watchFile, exists => {
|
fse.exists(importSchedule.watchFile, exists => {
|
||||||
if (exists) {
|
if (exists) {
|
||||||
tryImportNow(makeImportMsg(event, eventPath), {
|
tryImportNow(makeImportMsg('exists', eventPath), {
|
||||||
eventPath: importSchedule.watchFile,
|
eventPath: importSchedule.watchFile,
|
||||||
event: 'exists',
|
event: 'exists',
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user