Skip to content

Commit 8ff2154

Browse files
authored
Merge branch 'main' into fix-console-scroll
2 parents bc4c4fd + 8999dfd commit 8ff2154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/repl/src/lib/Repl.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
});
198198
199199
$effect(() => {
200-
if (bundler.result?.error) {
200+
if (bundler?.result?.error) {
201201
onerror?.(bundler.result.error as Error);
202202
}
203203
});

0 commit comments

Comments
 (0)