Skip to content

Commit cd9554b

Browse files
committed
chore: update playground
1 parent 7190951 commit cd9554b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

playground/.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"debugger-for-console.ellipsis": true
2+
"debugger-for-console.outputNewline": false,
3+
"debugger-for-console.onlyVariable": "enable",
4+
"debugger-for-console.wrappers": {
5+
"javascript": "console.error('%c {VALUE}', 'color: red', {VALUE})"
6+
// "javascript": "console.warn('Custom Wrapper', {VALUE})"
7+
}
38
}

playground/javascript.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ const obj = {
2222

2323
function fnScope() {
2424

25-
const test = 'TEST';
25+
const say = 'hello,' + 'world!';
26+
console.debug('🚀jav…:25/(say):\n', say)
2627

2728
obj.value?.[0]?.test()
2829

0 commit comments

Comments
 (0)