core: make installdeps non blocking

This commit is contained in:
Aiden Cline
2026-01-01 13:00:39 -06:00
parent 8ebc601ea2
commit e503654252
3 changed files with 5 additions and 16 deletions

View File

@@ -9,13 +9,6 @@ import { withNetworkOptions, resolveNetworkOptions } from "../network"
const log = Log.create({ service: "acp-command" })
process.on("unhandledRejection", (reason, promise) => {
log.error("Unhandled rejection", {
promise,
reason,
})
})
export const AcpCommand = cmd({
command: "acp",
describe: "start ACP (Agent Client Protocol) server",