Skip to content

Commit 2fb380f

Browse files
committed
lint
1 parent 5bdbd81 commit 2fb380f

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
@@ -1808,6 +1808,7 @@ export function inspect(get_values) {
18081808
const inspect = /** @type {Function} */ (values[values.length - 1]);
18091809
inspect(!initial, ...values.slice(0, -1));
18101810
} else {
1811+
// eslint-disable-next-line no-console
18111812
console.log(...values);
18121813
}
18131814
};

0 commit comments

Comments
 (0)