1
0
Fork 0

sparkles: Switched text to label for styled output

This commit is contained in:
Joost De Cock 2018-09-23 12:52:27 +02:00
parent ce317d8e65
commit 10712de6a6

View file

@ -33,7 +33,7 @@ export default {
);
} else if(typeof d === 'object' && typeof d.style !== 'undefined') {
console.log(
"%c"+d.text,
"%c"+d.label,
debugStyle(d.style),
e,
b,
@ -42,7 +42,7 @@ export default {
);
} else {
console.log(
"%cDebug",
"%c💡 Debug",
"color: #dd69dd; font-weight: bold",
d,
e,