Skip to content

Commit 904ee62

Browse files
authored
Merge branch 'main' into snippet_completions
2 parents be4c6ba + 8999dfd commit 904ee62

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)