diff --git a/packages/plugin-debug/src/index.js b/packages/plugin-debug/src/index.js index 1f65dcfd318..23a802189dd 100644 --- a/packages/plugin-debug/src/index.js +++ b/packages/plugin-debug/src/index.js @@ -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,