Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

docs: add mode and mtime and .touch/.chmod mfs commands #572

Merged
merged 12 commits into from
Jan 9, 2020
Prev Previous commit
Next Next commit
fix: remove cumulativeSize as it changes based on timestamps
  • Loading branch information
achingbrain committed Dec 23, 2019
commit bafbef8fb579f5f3839ac37cf6b52a09b97bb52c
1 change: 0 additions & 1 deletion src/files-mfs/stat.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ module.exports = (common, options) => {
type: 'directory',
blocks: 1,
size: 0,
cumulativeSize: 130,
withLocality: false
})
expect(stat.local).to.be.undefined()
Expand Down