mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40:18 +00:00
Updated logger function
This commit is contained in:
parent
4498efcdcd
commit
96e1ce82ae
@ -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');
|
||||
}
|
Loading…
Reference in New Issue
Block a user