AY1920S2-CS2103T-W17-2 / main

Notably
https://ay1920s2-cs2103t-w17-2.github.io/main/
MIT License
3 stars 4 forks source link

Uncaught InvalidPathException in OpenSuggestionCommandParser #406

Closed firzanarmani closed 4 years ago

firzanarmani commented 4 years ago

While typing a path of a non-existent path, for example open ../nonexistent, an exception will be thrown InvalidPathException: EmptyDirectory. Note that this occurs during the suggestion, i.e before even pressing enter.

Does not affect functionality greatly, just a clean up fix to clean up the console (and probably also display the appropriate message after the exception is caught).