mirror of
https://github.com/coder/code-server.git
synced 2025-07-31 22:13:52 +08:00
Reconnection works
This commit is contained in:
@ -195,7 +195,7 @@ const main = async (): Promise<void> => {
|
||||
|
||||
if (args["open"]) {
|
||||
await open(serverAddress).catch(console.error);
|
||||
console.log(" - Opened URL");
|
||||
console.log(` - Opened ${serverAddress}`);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user