mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
Fixed Urgent message not formatting
This commit is contained in:
parent
acb3e6f69b
commit
25a33fb538
@ -34,7 +34,7 @@ export default class Logger {
|
||||
* @param message the message to log
|
||||
*/
|
||||
public static urgent(prefix: string, ...message: Array<any>) {
|
||||
console.log(this.formatMessage(prefix, ...message))
|
||||
console.log(...this.formatMessage(prefix, ...message))
|
||||
}
|
||||
|
||||
private static formatMessage(prefix: string, ...message: Array<any>): Array<any> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user