mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	fix: winston.info
This commit is contained in:
		@@ -273,7 +273,7 @@ async function listen() {
 | 
			
		||||
		server.listen(...args.concat([function (err) {
 | 
			
		||||
			const onText = `${isSocket ? socketPath : `${bind_address}:${port}`}`;
 | 
			
		||||
			if (err) {
 | 
			
		||||
				winston.info(`[startup] NodeBB was unable to listen on: ${onText}`);
 | 
			
		||||
				winston.error(`[startup] NodeBB was unable to listen on: ${onText}`);
 | 
			
		||||
				reject(err);
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user