mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	more trace
This commit is contained in:
		| @@ -113,6 +113,10 @@ var async = require('async'), | ||||
| 	}; | ||||
|  | ||||
| 	Posts.getPostsByPids = function(pids, callback) { | ||||
| 		if (pids && pids.length) { | ||||
| 			var e = new Error('getPostsByPids'); | ||||
| 			winston.warn('[GET_POST_BY_PIDS ' + pids.length, e.stack); | ||||
| 		} | ||||
| 		var keys = []; | ||||
|  | ||||
| 		for(var x=0, numPids=pids.length; x<numPids; ++x) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user