ctaylo21 / termy-the-terminal

Web-based terminal powered by React
MIT License
45 stars 2 forks source link

using `ls` with relative path from nested working directory fails #6

Closed ctaylo21 closed 5 years ago

ctaylo21 commented 5 years ago

Give a valid path of /home/user/test, if current directory is /home and you run ls user, you should correctly see contents of user directory. Now, you get "invalid target folder".