Skip to content

Commit cafd011

Browse files
committed
lint
1 parent ff2eaf5 commit cafd011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
$effect(() => {
8787
if (!markdown && view === 'js') {
8888
workspace.onhover((pos) => {
89-
if (!current.result.js.map) return;
89+
if (!current?.result?.js.map) return;
9090
9191
const lines = decode(current.result.js.map.mappings);
9292

0 commit comments

Comments
 (0)