You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the below crash when trying to work with the FzfTabCompletion in Powershell.
Am not a cmdline expert to understand the issue any better than just to paste you the error unfortunately.
An exception occurred in custom key handler, see $error for more information: Cannot bind argument to parameter 'Path' because it is an empty string.
PS C:\Users\JanusJektvik> $error
Test-Path : Cannot bind argument to parameter 'Path' because it is an empty string.
At C:\Program Files\WindowsPowerShell\Modules\PSFzf\2.6.7\PSFzf.psm1:2307 char:23
+ if (Test-Path "$resultTrimmed" -PathType Container) {
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Test-Path], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands.Test
PathCommand
I'm getting the below crash when trying to work with the FzfTabCompletion in Powershell.
Am not a cmdline expert to understand the issue any better than just to paste you the error unfortunately.
My Powershell profile is:
Powershell version:
Any hints ?
The text was updated successfully, but these errors were encountered: