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).
While typing a path of a non-existent path, for example
open ../nonexistent
, an exception will be thrownInvalidPathException: EmptyDirectory
. Note that this occurs during the suggestion, i.e before even pressingenter
.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).