reswitched / pegaswitch

PegaSwitch is an exploit toolkit for the Nintendo Switch
https://reswitched.team
ISC License
934 stars 107 forks source link

Avoid tab completion crash when directory doesn't exist #118

Closed inarius closed 6 years ago

inarius commented 6 years ago

Not sure if there was any more hidden complexity to this issue. The only place I see where readdir is causing a crash is in evalfile. I just capture this one exception and throw it out.

inarius commented 6 years ago

Updated to catch all tab completion exceptions