We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2016320 commit 4d7acbdCopy full SHA for 4d7acbd
sites/svelte-5-preview/src/routes/docs/content/01-api/02-runes.md
@@ -279,6 +279,7 @@ is the current value. The second is either `"init"` or `"update"`. [Demo:](/#H4s
279
A convenient way to find the origin of some change is to pass `console.trace` as the second argument:
280
281
```js
282
+// @errors: 2304
283
$inspect(stuff, console.trace);
284
```
285
0 commit comments