Skip to content

Commit bca2f22

Browse files
committed
oops
1 parent 6a222b7 commit bca2f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function log_entry(signal, entry) {
4747
// eslint-disable-next-line no-console
4848
console.groupCollapsed(
4949
`%c${type}`,
50-
!dirty ? 'color: CornflowerBlue; font-weight: bold' : 'color: grey; font-weight: bold',
50+
dirty ? 'color: CornflowerBlue; font-weight: bold' : 'color: grey; font-weight: bold',
5151
typeof value === 'object' && value !== null && STATE_SYMBOL in value
5252
? snapshot(value, true)
5353
: value

0 commit comments

Comments
 (0)