mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-12-16 18:19:23 +00:00
Typescript Continuum
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export default function logger(area : string, text: string){
|
||||
let date = new Date();
|
||||
console.log('[' + area + '] – ' + date.toISOString());
|
||||
console.log('[' + area + '] - ' + date.toISOString());
|
||||
if(text) console.log(text + '\n');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user