another process.nextTick

v1.18.x
Baris Usakli 8 years ago
parent e187a0def2
commit 30ae0a5499

@ -503,7 +503,7 @@ module.exports = function (db, module) {
if (options.interval) { if (options.interval) {
setTimeout(next, options.interval); setTimeout(next, options.interval);
} else { } else {
next(); process.nextTick(next);
} }
}, },
], next); ], next);

Loading…
Cancel
Save