You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if I'm doing it wrong (an example in the docs would be great), but when I simply reroot() a FS the rerooted version is missing some functions, e.g.:
This causes problems in places because if I call makeTree() on a rerooted FS it fails because it will eventually call this.makeDirectory() internally (which isn't a function).
So am I doing something wrong or is this just a bug?
The text was updated successfully, but these errors were encountered:
I'm not sure if I'm doing it wrong (an example in the docs would be great), but when I simply
reroot()
a FS the rerooted version is missing some functions, e.g.:produces:
This causes problems in places because if I call
makeTree()
on a rerooted FS it fails because it will eventually callthis.makeDirectory()
internally (which isn't a function).So am I doing something wrong or is this just a bug?
The text was updated successfully, but these errors were encountered: