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` ## `$log.trace`
This works just like `$log`, but in addition to logging the values, it will also trace This works just like `$log`, but in addition to logging the values themselves it will pinpoint the
any mutations to fine-grain reactive state and log the sourcecode location to help find line of code that triggered the update.
the cause for something changing.
```svelte ```svelte
<script> <script>

Loading…
Cancel
Save