jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.06k stars 215 forks source link

Fix realpath returning mount relative paths #257

Closed Hexxeh closed 5 years ago

Hexxeh commented 5 years ago

Fixes https://github.com/jvilk/BrowserFS/issues/256

jvilk commented 5 years ago

Thanks!