Skip to content

Commit ec5e7c7

Browse files
WIP
1 parent c5e98bd commit ec5e7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/device-sockets/ios/socket-request-executor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class IOSSocketRequestExecutor implements IiOSSocketRequestExecutor {
5454
await this.$iOSNotificationService.awaitNotification(deviceIdentifier, +appLaunchingSocket, timeout);
5555

5656
if (shouldBreak) {
57-
await this.$iOSNotificationService.postNotification(deviceIdentifier, this.$iOSNotification.getWaitForDebug(projectId), constants.IOS_POST_NOTIFICATION_COMMAND_TYPE);
57+
await this.$iOSNotificationService.postNotification(deviceIdentifier, this.$iOSNotification.getWaitForDebug(projectId));
5858
}
5959

6060
// We need to send the ObserveNotification ReadyForAttach before we post the AttachRequest.

0 commit comments

Comments
 (0)