diff --git a/src/node/coder-cloud.ts b/src/node/coder-cloud.ts index b57cf36dfb035a7d39401c765cbb4789a2437bf9..3b36a2f57b60d3753d6e93570bb269e1ed3dd4fa 100644 --- a/src/node/coder-cloud.ts +++ b/src/node/coder-cloud.ts @@ -6,6 +6,8 @@ import split2 from "split2" const coderCloudAgent = path.resolve(__dirname, "../../lib/coder-cloud-agent") function runAgent(...args: string[]): Promise { + logger.debug(`running agent with ${args}`) + const agent = spawn(coderCloudAgent, args, { stdio: ["inherit", "inherit", "pipe"], })