MatrixAI / js-encryptedfs

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

lstat/lstatSync should propagate lowerDir #34

Closed robert-cronin closed 4 years ago

robert-cronin commented 4 years ago

For now, the lstat functions should just propagate the lowerDir method. Right now they propagate the upperDir and that is not working well with isomorphic-git on js-polykey.

Until we can get the upper and lower directories agreeing on file stats, it should stay this way.