Skip to content

1.1.4

Compare
Choose a tag to compare
@james-pre james-pre released this 26 Oct 21:16
· 369 commits to main since this release
v1.1.4
bb52dab
  • De-duplicated many stat calls:
    • Reuse of already resolved mount points for some stat calls
    • In _openSync
    • Removed exists check prior to some realpath calls
  • realpath will now return the provided path if it encounters ENOENT
  • Fixed numerous eslint warnings
  • Added some @todo comments
  • Changed fixError to work on ErrnoError
  • Removed debug log call from device tests