mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 14:22:27 +00:00
wip: watch select .git files in watcher
This commit is contained in:
@@ -9,7 +9,6 @@ import { Installation } from "../../installation"
|
||||
import { Config } from "../../config/config"
|
||||
import { Bus } from "../../bus"
|
||||
import { Log } from "../../util/log"
|
||||
import { FileWatcher } from "../../file/watcher"
|
||||
import { Ide } from "../../ide"
|
||||
|
||||
import { Flag } from "../../flag/flag"
|
||||
@@ -178,7 +177,6 @@ export const TuiCommand = cmd({
|
||||
.then(() => Bus.publish(Ide.Event.Installed, { ide }))
|
||||
.catch(() => {})
|
||||
})()
|
||||
FileWatcher.init()
|
||||
|
||||
await proc.exited
|
||||
server.stop()
|
||||
|
||||
Reference in New Issue
Block a user