Skip to content

Commit 560ace0

Browse files
authored
fix lint?
1 parent b8d7ace commit 560ace0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/repl/src/lib/Output/Viewer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
124124
$effect(() => {
125125
console.log('error', error);
126-
})
126+
});
127127
128128
async function apply_bundle(bundle: BundleResult | null) {
129129
if (!bundle) return;

0 commit comments

Comments
 (0)