directory icon indicating copy to clipboard operation
directory copied to clipboard

FR: findExecutable "" should return Nothing, like on linux

Open TerrorJack opened this issue 8 months ago • 4 comments

On Windows, findExecutable "" would throw *** Exception: searchPath: invalid argument (The parameter is incorrect.). However, on Linux it simply returns Nothing. I believe this is a bug and we should align Windows behavior with Linux to also return Nothing.

TerrorJack avatar May 29 '24 13:05 TerrorJack