node-simctl
Advanced tools
Comparing version 3.11.6 to 3.11.7
@@ -318,5 +318,3 @@ import { exec, SubProcess } from 'teen_process'; | ||
} catch (err) { | ||
let reason = err.message || ''; | ||
if (!reason.includes('Unable to shutdown device in current state: Shutdown') || | ||
!reason.includes('Unable to lookup in current state: Shutdown')) { // xcode 9.2 | ||
if (!(JSON.stringify(err)).includes('current state: Shutdown')) { | ||
throw err; | ||
@@ -323,0 +321,0 @@ } |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "3.11.6", | ||
"version": "3.11.7", | ||
"author": "https://github.com/appium", | ||
@@ -12,0 +12,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
169697
2773