提交 3074634c authored 作者: Will Chen's avatar Will Chen

remove stray variable

上级 6ad73b8f
...@@ -983,7 +983,6 @@ export function registerAppHandlers() { ...@@ -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());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论