mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	another process.nextTick
This commit is contained in:
		| @@ -503,7 +503,7 @@ module.exports = function (db, module) { | ||||
| 						if (options.interval) { | ||||
| 							setTimeout(next, options.interval); | ||||
| 						} else { | ||||
| 							next(); | ||||
| 							process.nextTick(next); | ||||
| 						} | ||||
| 					}, | ||||
| 				], next); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user