chromium / axiom

Axiom Project
https://chromium.github.io/axiom/web_shell/
Apache License 2.0
53 stars 26 forks source link

cd: report error on bad dir instead of hanging #169

Closed rginda closed 9 years ago

rginda commented 9 years ago

TODO: we munge NotFound errors in the dispatch() function in a way that causes us to report that the "cd" command was not found, rather than the invalid directory. Fix for that will come soon.

TBR @rpaquay

rpaquay commented 9 years ago

lgtm

Fixes #156