Skip to content

Commit f9e0515

Browse files
author
Tsvetan Raikov
committed
Fixed Ctrl+C not working when live syncing
1 parent cf961c1 commit f9e0515

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
@@ -108,6 +108,7 @@ class IOSLiveSyncService extends liveSyncServiceBaseLib.LiveSyncServiceBase<Mobi
108108

109109
process.on("SIGINT", () => {
110110
this.destroySocket();
111+
return process.exit();
111112
});
112113
}
113114

0 commit comments

Comments
 (0)