We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e150c commit 0f5e76eCopy full SHA for 0f5e76e
lib/services/livesync/android-livesync-tool.ts
@@ -323,7 +323,7 @@ export class AndroidLivesyncTool implements IAndroidLivesyncTool {
323
clearTimeout(this.pendingConnectionData.socketTimer);
324
}
325
326
- reject(lastKnownError || new Error("Socket connection timeouted."));
+ reject(lastKnownError || new Error("Socket connection timed out."));
327
this.pendingConnectionData = null;
328
329
}, timeout);
0 commit comments