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 f5569d0 commit 511530fCopy full SHA for 511530f
src/routes/tutorial/[slug]/+page.svelte
@@ -120,10 +120,10 @@
120
121
completed = false;
122
123
- load_webcontainer();
+ load_adapter();
124
});
125
126
- async function load_webcontainer() {
+ async function load_adapter() {
127
clearTimeout(timeout);
128
loading = true;
129
@@ -425,9 +425,7 @@
425
{initial}
426
{error}
427
on:reload={async () => {
428
- await adapter?.destroy();
429
- adapter = undefined;
430
431
}}
432
/>
433
{/if}
0 commit comments