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
Describe the bug
It fails to create directories recursively aka nested directory at once, because the function validatePath will throw if the directory we want to create has no parent, which is the case in such scenario.
Describe the bug
It fails to create directories recursively aka nested directory at once, because the function
validatePath
will throw if the directory we want to create has no parent, which is the case in such scenario.servers/src/filesystem/index.ts
Line 57 in ddffd23
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Logs
If applicable, add logs to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: