Skip to content

Commit bfe7650

Browse files
authored
Merge branch 'main' into fix-smart-quotes
2 parents 86c28ae + 8999dfd commit bfe7650

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)