remove references of coder could

This commit is contained in:
Ben Potter
2021-03-16 22:59:30 -04:00
parent f21433a130
commit a097713829
3 changed files with 4 additions and 4 deletions

View File

@ -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
}