Skip to content

Commit 1083b24

Browse files
committed
lint
1 parent 20ad0d2 commit 1083b24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,6 +1786,7 @@ export function inspect(get_value, inspect = console.log) {
17861786
const fn = () => {
17871787
const value = get_value().map(unstate);
17881788
if (value.length === 2 && typeof value[1] === 'function' && !warned_inspect_changed) {
1789+
// eslint-disable-next-line no-console
17891790
console.warn(
17901791
'$inspect() API has changed. See https://svelte-5-preview.vercel.app/docs/runes#$inspect for more information.'
17911792
);

0 commit comments

Comments
 (0)