We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e98bd commit ec5e7c7Copy full SHA for ec5e7c7
lib/device-sockets/ios/socket-request-executor.ts
@@ -54,7 +54,7 @@ export class IOSSocketRequestExecutor implements IiOSSocketRequestExecutor {
54
await this.$iOSNotificationService.awaitNotification(deviceIdentifier, +appLaunchingSocket, timeout);
55
56
if (shouldBreak) {
57
- await this.$iOSNotificationService.postNotification(deviceIdentifier, this.$iOSNotification.getWaitForDebug(projectId), constants.IOS_POST_NOTIFICATION_COMMAND_TYPE);
+ await this.$iOSNotificationService.postNotification(deviceIdentifier, this.$iOSNotification.getWaitForDebug(projectId));
58
}
59
60
// We need to send the ObserveNotification ReadyForAttach before we post the AttachRequest.
0 commit comments