We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b0804 commit 3e28ab8Copy full SHA for 3e28ab8
src/node/coder-cloud.ts
@@ -6,6 +6,8 @@ import split2 from "split2"
6
const coderCloudAgent = path.resolve(__dirname, "../../lib/coder-cloud-agent")
7
8
function runAgent(...args: string[]): Promise<void> {
9
+ logger.debug(`running agent with ${args}`)
10
+
11
const agent = spawn(coderCloudAgent, args, {
12
stdio: ["inherit", "inherit", "pipe"],
13
})
0 commit comments