meteor-cleaner
meteor-cleaner copied to clipboard
Directory size deviates from what `du -sh` computes
The directorySize function returns a smaller value than du -sh. On macOS, it seems to deviate more than on Linux.
Linux example:
meteor-cleaner: 9.98 GiB
du -sh: 10 GiB
macOS example:
meteor-cleaner: 3.74 GiB
du -sh: 5.1 GiB