Skip to content

Commit d7464f4

Browse files
committed
more
1 parent 62b26ec commit d7464f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/repl/src/lib/Editor/Editor.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
const transaction = setDiagnostics(editor_view.state, workspace.diagnostics);
3838
editor_view.dispatch(transaction);
3939
});
40+
41+
$effect(() => {
42+
console.log('compiled', workspace.current_compiled);
43+
});
4044
</script>
4145

4246
<svelte:window

0 commit comments

Comments
 (0)