Update sites/svelte-5-preview/src/routes/docs/content/01-api/02-runes.md

Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
log-rune
Dominic Gannaway 10 months ago committed by GitHub
parent 376fc50fda
commit 93a2607800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -313,9 +313,8 @@ This works just like `$log`, but triggers `console.table` instead of `console.lo
## `$log.trace`
This works just like `$log`, but in addition to logging the values, it will also trace
any mutations to fine-grain reactive state and log the sourcecode location to help find
the cause for something changing.
This works just like `$log`, but in addition to logging the values themselves it will pinpoint the
line of code that triggered the update.
```svelte
<script>

Loading…
Cancel
Save