Skip to content

Commit 1cd4659

Browse files
committed
remove TODO comments
1 parent b1a72fa commit 1cd4659

File tree

1 file changed

+0
-2
lines changed
  • src/lib/client/adapters/webcontainer

1 file changed

+0
-2
lines changed

src/lib/client/adapters/webcontainer/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export async function create(stubs) {
6060

6161
await vm.loadFiles(convert_stubs_to_tree(stubs));
6262

63-
// TODO
6463
await new Promise((f) => setTimeout(f, 200)); // wait for chokidar
6564
},
6665

@@ -97,7 +96,6 @@ export async function create(stubs) {
9796

9897
await vm.loadFiles(root);
9998

100-
// TODO
10199
await new Promise((f) => setTimeout(f, 200)); // wait for chokidar
102100
},
103101

0 commit comments

Comments
 (0)