chromium / axiom

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

`FileSystemManager` doesn't handle unmounted mountable FSes well #112

Open ussuri opened 9 years ago

ussuri commented 9 years ago

E.g.:

html5:/> cd gdrive:/
{
  "message": "dir: \"gdrive:/\"",
  "stack": "Error\n    at Error.AxiomError (https://localhost:8080/axiom2/tmp/samples/web_shell/js
/axiom_base.amd.concat.js:404:18)\n    at Error.AxiomError.init (https://localhost:8080/axiom2/tmp
/samples/web_shell/js/axiom_base.amd.concat.js:457:15)\n    at Error.AxiomError.TypeMismatch [as c
tor] (https://localhost:8080/axiom2/tmp/samples/web_shell/js/axiom_base.amd.concat.js:586:9)\n    
at https://localhost:8080/axiom2/tmp/samples/web_shell/js/wash.amd.concat.js:1813:19",
  "errorName": "TypeMismatch",
  "errorValue": {
    "expectedType": "dir",
    "gotValue": "gdrive:/"
  }
}