lukesampson / pshazz

Give your powershell some pizazz.
The Unlicense
575 stars 40 forks source link

fix: Fixes an issue with null-length fileinfo objects #111

Closed ctimmortal closed 3 years ago

ctimmortal commented 3 years ago

I was getting errors when displaying null-length (nonexistent) [system.io.fileinfo] objects. This fixes it.

lukesampson commented 3 years ago

Thank you.