node-simctl
Advanced tools
Comparing version 3.11.2 to 3.11.3
@@ -311,3 +311,3 @@ import { exec, SubProcess } from 'teen_process'; | ||
} catch (err) { | ||
if (err.message !== 'Unable to shutdown device in current state: Shutdown') { | ||
if ((err.message || '').indexOf('Unable to shutdown device in current state: Shutdown') === -1) { | ||
throw err; | ||
@@ -314,0 +314,0 @@ } |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "3.11.2", | ||
"version": "3.11.3", | ||
"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
401492
9995