We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a780b9 + 0f5e76e commit b66a227Copy full SHA for b66a227
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