Skip to content

Commit bece429

Browse files
committed
fmt
1 parent 682a378 commit bece429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const runCodeServer = async (args: DefaultedArgs): Promise<http.Server> =
129129
await coderCloudBind(serverAddress.replace(/^https?:\/\//, ""), args.link.value)
130130
logger.info(" - Connected to cloud agent")
131131
}
132-
132+
133133
try {
134134
const port = parseInt(serverAddress.split(":").pop() as string, 10)
135135
startLink(port).catch((ex) => {

0 commit comments

Comments
 (0)