mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 17:58:41 +00:00
Fix #38
This commit is contained in:
parent
942e7baee9
commit
0692bce46f
|
|
@ -144,6 +144,7 @@
|
||||||
case 'emergency':
|
case 'emergency':
|
||||||
color = 'CF304A';
|
color = 'CF304A';
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('%c' + this.interpolate(message, context, level), 'color: #' + color);
|
console.log('%c' + this.interpolate(message, context, level), 'color: #' + color);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user