Skip to content

Commit 5be92c9

Browse files
fix: TypeError is thrown when iOS device is detached during LiveSync
In some cases, when iOS device is detached during LiveSync, an error will be shown - `TypeError: Assignment to constant variable`. The issue is in `ios-device-lib`, so update to its latest version, where it is fixed.
1 parent a6ef8a9 commit 5be92c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

npm-shrinkwrap.json

+3-3
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.12",
44+
"ios-device-lib": "0.4.13",
4545
"ios-mobileprovision-finder": "1.0.10",
4646
"ios-sim-portable": "3.4.3",
4747
"jimp": "0.2.28",

0 commit comments

Comments
 (0)