Skip to content

Commit 4cd7599

Browse files
author
Tsvetan Raikov
committed
Fixed Ctrl+C not working when live syncing
1 parent ca64eb5 commit 4cd7599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/livesync/ios-livesync-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ class IOSLiveSyncService extends liveSyncServiceBaseLib.LiveSyncServiceBase<Mobi
107107

108108
process.on("SIGINT", () => {
109109
this.destroySocket();
110+
return process.exit();
110111
});
111112
}
112113

0 commit comments

Comments
 (0)