There was an error while loading. Please reload this page.
1 parent 6d315d2 commit 12ce189Copy full SHA for 12ce189
Binary Wrapper/Get-ESSearchResult.ps1
@@ -50,7 +50,7 @@ function Get-ESSearchResult {
50
$esPath = 'C:\Program Files*\es\es.exe'
51
if (!(Resolve-Path $esPath) -or !(Test-Path (Resolve-Path $esPath).Path)){
52
Write-Warning "Everything commandline es.exe could not be found on the system please download and install via http://www.voidtools.com/es.zip"
53
- exit
+ break
54
}
55
$result = & (Resolve-Path $esPath).Path $SearchTerm
56
if($result.Count -gt 1){
0 commit comments