Skip to content

Commit e616f94

Browse files
committed
fix lint
1 parent edc32d2 commit e616f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
});
113113
114114
$effect(() => {
115-
proxy.iframe = iframe;
115+
proxy!.iframe = iframe;
116116
iframe!.addEventListener('load', () => {
117117
proxy?.handle_links();
118118
ready = true;

0 commit comments

Comments
 (0)