remove stray variable

This commit is contained in:
Will Chen
2025-04-12 22:40:37 -07:00
parent 6ad73b8f2c
commit 3074634c88

View File

@@ -983,7 +983,6 @@ export function registerAppHandlers() {
await staticServerWorker.terminate();
staticServerWorker = null;
staticServerPort = null;
staticServerRootDir = null;
}
// Stop all running apps first
const runningAppIds = Array.from(runningApps.keys());