@nightwatch/nightwatch-inspector
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@nightwatch/nightwatch-inspector", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Nightwatch Inspector that allows you to tests command directly from the browser", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "./preprocessExtension.sh", | ||
"build": "node preprocessExtension.js", | ||
"prepublishOnly": "npm run build", | ||
@@ -9,0 +9,0 @@ "prepack": "npm run build", |
@@ -90,3 +90,3 @@ /* eslint-disable no-undef */ | ||
return elements.length === 1; | ||
} catch { | ||
} catch (e) { | ||
return false; | ||
@@ -130,3 +130,3 @@ } | ||
return elements.length === 1; | ||
} catch { | ||
} catch (e) { | ||
return false; | ||
@@ -133,0 +133,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
58072
31
848
93012
2