edge-paths
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -124,3 +124,3 @@ import { existsSync } from "fs"; | ||
name: "edge-paths", | ||
message: `Unable to find any path`, | ||
message: `Unable to find any ms-edge-browser`, | ||
}; | ||
@@ -155,3 +155,3 @@ } | ||
name: "edge-paths", | ||
message: `Unable to find any path`, | ||
message: `Unable to find any ms-edge-browser.`, | ||
}; | ||
@@ -171,6 +171,6 @@ } | ||
obj.name && | ||
obj.name !== "edge-paths") { | ||
return true; | ||
obj.name === "edge-paths") { | ||
return; | ||
} | ||
throw obj; | ||
} |
{ | ||
"name": "edge-paths", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Get the paths of edge browser easily", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
9571