anc95 / inquirer-file-tree-selection

inquirer prompt for select a file or dir by file tree
49 stars 26 forks source link

Moved lstatSync to inside the try/catch #35

Closed TheBrenny closed 2 years ago

TheBrenny commented 2 years ago

This moves the call to lstatSync to inside the try/catch block. It stops the errors that come up such as EPERM from showing up in the terminal.

anc95 commented 2 years ago

Thx