We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a222b7 commit bca2f22Copy full SHA for bca2f22
packages/svelte/src/internal/client/dev/tracing.js
@@ -47,7 +47,7 @@ function log_entry(signal, entry) {
47
// eslint-disable-next-line no-console
48
console.groupCollapsed(
49
`%c${type}`,
50
- !dirty ? 'color: CornflowerBlue; font-weight: bold' : 'color: grey; font-weight: bold',
+ dirty ? 'color: CornflowerBlue; font-weight: bold' : 'color: grey; font-weight: bold',
51
typeof value === 'object' && value !== null && STATE_SYMBOL in value
52
? snapshot(value, true)
53
: value
0 commit comments