Skip to content

Commit c6b40f4

Browse files
committed
fix: patch issues
1 parent e57af6c commit c6b40f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/runtime/src/webcontainer/on-demand-boot.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ export async function safeBoot(options: BootOptions) {
2929
localBootStatus.set('booting');
3030
}
3131

32-
const webconntainer = await WebContainer.boot(options)
32+
const webcontainer = await WebContainer.boot(options);
33+
3334
localBootStatus.set('booted');
35+
3436
return webcontainer;
3537
}
3638

0 commit comments

Comments
 (0)