MatrixAI / js-encryptedfs

Encrypted Filesystem for TypeScript/JavaScript Applications
https://polykey.com
Apache License 2.0
10 stars 3 forks source link

readdirSync doesn't return anything that isn't loaded in memory #30

Closed robert-cronin closed 4 years ago

robert-cronin commented 4 years ago

I think for now its sufficient to just have readdir propagate the lower directory method. It is working this way for the async readdir but the sync method readdirSync has been mistakenly left as propagating the upper directory method.

robert-cronin commented 4 years ago

A fix will be added to the upcoming PR #33