mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-10-31 13:41:36 +00:00 
			
		
		
		
	Updated logger function
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| module.exports = function (area, text){ | ||||
|     let date = new Date(); | ||||
|     console.log('[' + area + '](' + date.toISOString() + ') – ' + text); | ||||
|     console.log('[' + area + '] – ' + date.toISOString() + '\n' + text + '\n'); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Christer Warén
					Christer Warén