We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bf6d52 + 0f4ece7 commit 8ee6cbcCopy full SHA for 8ee6cbc
index.js
@@ -130,7 +130,7 @@ class IOSDeviceLib extends EventEmitter {
130
};
131
132
deviceLostHandler = (device) => {
133
- const message = `Device ${device.deviceId} lost during operation ${methodName} for message ${id}`;
+ let message = `Device ${device.deviceId} lost during operation ${methodName} for message ${id}`;
134
135
if (!options.doNotFailOnDeviceLost) {
136
message = { error: new Error(message) };
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ios-device-lib",
3
- "version": "0.4.12",
+ "version": "0.4.13",
4
"description": "",
5
"types": "./typings/ios-device-lib.d.ts",
6
"main": "index.js",
0 commit comments