Skip to content

Commit 62b26ec

Browse files
committed
more logging
1 parent 04ec7a7 commit 62b26ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@
121121
}
122122
});
123123
124+
$effect(() => {
125+
console.log('error', error);
126+
})
127+
124128
async function apply_bundle(bundle: BundleResult | null) {
125129
if (!bundle) return;
126130

0 commit comments

Comments
 (0)