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

Handle missing root in OverlayFS #241

Closed 1j01 closed 6 years ago

1j01 commented 6 years ago

Fix infinite async recursion in this case.

See https://github.com/jvilk/BrowserFS/issues/225

jvilk commented 6 years ago

Thanks for the fix!