Skip to content

Commit 223bfc3

Browse files
chore: make log normal prop
Co-authored-by: Rich Harris <[email protected]>
1 parent c4ea789 commit 223bfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/repl/src/lib/Output/console/ConsoleLine.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
depth?: number;
1010
}
1111
12-
let { log = $bindable(), depth = 0 }: Props = $props();
12+
let { log, depth = 0 }: Props = $props();
1313
1414
function toggle_group_collapse() {
1515
log.collapsed = !log.collapsed;

0 commit comments

Comments
 (0)