Update playground.tsx

This commit is contained in:
Maurice Heumann
2025-10-10 07:09:13 +02:00
committed by GitHub
parent 04e02094ab
commit 5c0f3c3353

View File

@@ -289,8 +289,6 @@ export class Playground extends React.Component<
this.setDrawerOpen(false); this.setDrawerOpen(false);
this.logLine("Starting emulation...");
if (this.state.filesystemPromise) { if (this.state.filesystemPromise) {
await this.state.filesystemPromise; await this.state.filesystemPromise;
} }