filer.js
filer.js copied to clipboard
don't set cwd_ in ls
I don't really understand why cwd_ was being changed by ls, and it took me quite some time to track down the issue. Tests still seem to pass.
+1 on this. We ran into this issue when using a single filer.js instance to read/write multiple files at once. The fix from this PR resolved our issue.