mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00:00
spelling: connecting
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -82,7 +82,7 @@ export default class Connection {
|
|||||||
this._ws = ws;
|
this._ws = ws;
|
||||||
this._id = id;
|
this._id = id;
|
||||||
console.log(
|
console.log(
|
||||||
new Date() + ": Conntecting to rendezvoous server: " + uri + ", for " + id
|
new Date() + ": Connecting to rendezvoous server: " + uri + ", for " + id
|
||||||
);
|
);
|
||||||
await ws.open();
|
await ws.open();
|
||||||
console.log(new Date() + ": Connected to rendezvoous server");
|
console.log(new Date() + ": Connected to rendezvoous server");
|
||||||
|
|||||||
Reference in New Issue
Block a user