|
@@ -9,7 +9,6 @@ import { Installation } from "../../installation"
|
|
|
import { Config } from "../../config/config"
|
|
import { Config } from "../../config/config"
|
|
|
import { Bus } from "../../bus"
|
|
import { Bus } from "../../bus"
|
|
|
import { Log } from "../../util/log"
|
|
import { Log } from "../../util/log"
|
|
|
-import { FileWatcher } from "../../file/watcher"
|
|
|
|
|
import { Ide } from "../../ide"
|
|
import { Ide } from "../../ide"
|
|
|
|
|
|
|
|
import { Flag } from "../../flag/flag"
|
|
import { Flag } from "../../flag/flag"
|
|
@@ -178,7 +177,6 @@ export const TuiCommand = cmd({
|
|
|
.then(() => Bus.publish(Ide.Event.Installed, { ide }))
|
|
.then(() => Bus.publish(Ide.Event.Installed, { ide }))
|
|
|
.catch(() => {})
|
|
.catch(() => {})
|
|
|
})()
|
|
})()
|
|
|
- FileWatcher.init()
|
|
|
|
|
|
|
|
|
|
await proc.exited
|
|
await proc.exited
|
|
|
server.stop()
|
|
server.stop()
|