mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 05:22:04 +08:00
remove references of coder could
This commit is contained in:
@ -24,7 +24,7 @@ function runAgent(...args: string[]): Promise<void> {
|
||||
agent.on("close", (code) => {
|
||||
if (code !== 0) {
|
||||
rej({
|
||||
message: `coder cloud agent exited with ${code}`,
|
||||
message: `--link agent exited with ${code}`,
|
||||
})
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user