We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2eaf5 commit cafd011Copy full SHA for cafd011
packages/repl/src/lib/Output/Output.svelte
@@ -86,7 +86,7 @@
86
$effect(() => {
87
if (!markdown && view === 'js') {
88
workspace.onhover((pos) => {
89
- if (!current.result.js.map) return;
+ if (!current?.result?.js.map) return;
90
91
const lines = decode(current.result.js.map.mappings);
92
0 commit comments