remove stray variable
This commit is contained in:
@@ -983,7 +983,6 @@ export function registerAppHandlers() {
|
|||||||
await staticServerWorker.terminate();
|
await staticServerWorker.terminate();
|
||||||
staticServerWorker = null;
|
staticServerWorker = null;
|
||||||
staticServerPort = null;
|
staticServerPort = null;
|
||||||
staticServerRootDir = null;
|
|
||||||
}
|
}
|
||||||
// Stop all running apps first
|
// Stop all running apps first
|
||||||
const runningAppIds = Array.from(runningApps.keys());
|
const runningAppIds = Array.from(runningApps.keys());
|
||||||
|
|||||||
Reference in New Issue
Block a user