Skip to content

Commit 4d7acbd

Browse files
committed
fix site
1 parent 2016320 commit 4d7acbd

File tree

1 file changed

+1
-0
lines changed
  • sites/svelte-5-preview/src/routes/docs/content/01-api

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ is the current value. The second is either `"init"` or `"update"`. [Demo:](/#H4s
279279
A convenient way to find the origin of some change is to pass `console.trace` as the second argument:
280280

281281
```js
282+
// @errors: 2304
282283
$inspect(stuff, console.trace);
283284
```
284285

0 commit comments

Comments
 (0)