sparkles: Switched text to label for styled output
This commit is contained in:
parent
ce317d8e65
commit
10712de6a6
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue