You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just ran into this issue and sent a pull request (including updated method documentation and a test)
I noticed that there's also an existing pull request to fix this bug so that should also be closed. Note: that implementation is undocumented and untested but the same test could be used if that pull request's implementation is preferred.
For getEntry_ I followed the existing convention of ending the method signature with opt_errorHandler. I also followed the pattern of checking for opt_errorHandler else throw(e).
sarim
added a commit
to sarim/filer.js
that referenced
this issue
Sep 15, 2013
You can't handle the error when the file you are trying to open does not exist.
The text was updated successfully, but these errors were encountered: