Reconnection works

This commit is contained in:
Asher
2019-07-15 18:55:30 -05:00
parent 83819cb3f9
commit 1a3fc86894
4 changed files with 70 additions and 100 deletions

View File

@ -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}`);
}
};