mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
logging changed.
This commit is contained in:
@ -20,6 +20,6 @@ export class Logger {
|
||||
}
|
||||
|
||||
public debug(...log: any[]) {
|
||||
console.log('[%cNEKO%c] [' + this._scope + '] %cDBG', 'color: #498ad8;', '', 'color: #eae364;', ...log)
|
||||
console.debug('[%cNEKO%c] [' + this._scope + '] %cDBG', 'color: #498ad8;', '', 'color: #eae364;', ...log)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user