We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bcada commit e3eb524Copy full SHA for e3eb524
1 file changed
PSEverything/PSEverything.psm1
@@ -149,8 +149,7 @@ begin
149
$steppablePipeline.Begin($PSCmdlet)
150
}
151
catch [System.Management.Automation.ParameterBindingException]{
152
- if($_.FullyQualifiedErrorId -eq 'ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.SelectStringCommand' -and
153
- $_.Exception.ParameterName -eq 'LiteralPath')
+ if($_.Exception.ParameterName -eq 'LiteralPath')
154
{
155
$PSCmdlet.WriteDebug("Search-Everything returned empty result set")
156
0 commit comments