kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
787 stars 34 forks source link

Do not abort when failing to flush a stream #113

Closed pitkali closed 2 years ago

pitkali commented 2 years ago

Exception during stream flush would abort the pipeline and fail to properly process any result of selection when using Alt+c or Ctrl+t functionality, for example.

This will happen on Linux when accepting the selection early, before the earlier step finishes streaming input and if it is a system command rather than powershell cmdlet.

Fixes #112.

kelleyma49 commented 2 years ago

Thank for the fixes and submitting the merge request! 👏