Skip to content

Commit b28805a

Browse files
committed
WIP
1 parent fe6fd59 commit b28805a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/dev/tracing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function log_expressions(expressions) {
3333
log_expressions(expression.sub);
3434
}
3535
// eslint-disable-next-line no-console
36-
console.log(expression.stack);
36+
console.log(`%c${expression.stack}`, 'color: grey');
3737
// eslint-disable-next-line no-console
3838
console.groupEnd();
3939
}

0 commit comments

Comments
 (0)