Skip to content

Commit 8581458

Browse files
fix: Unhandled rejection is thrown when disconnection iOS Device
In case iOS device is disconnected during LiveSync an unhandled rejection is thrown. The problem is in ios-device-lib, so update it to latest version - 0.4.12, where the issue is fixed. Changelog: https://github.com/telerik/ios-device-lib/releases/tag/v0.4.12
1 parent e5665f2 commit 8581458

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

npm-shrinkwrap.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"gaze": "1.1.0",
4242
"iconv-lite": "0.4.11",
4343
"inquirer": "0.9.0",
44-
"ios-device-lib": "0.4.11",
44+
"ios-device-lib": "0.4.12",
4545
"ios-mobileprovision-finder": "1.0.10",
4646
"ios-sim-portable": "3.4.1",
4747
"jimp": "0.2.28",

0 commit comments

Comments
 (0)