We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述你的问题(Describe the bug)
使用 fes.rmdirSync(workspacePath) 会有如图所示异常
fes.rmdirSync(workspacePath)
复现路径(To Reproduce)
预期表现(Expected behavior) 可以清空目录,或更友好的报错提示(如根目录无法清空)
环境信息(Environment)
The text was updated successfully, but these errors were encountered:
Can I try to fix it?
Sorry, something went wrong.
PR welcome~
this is because the workspaceDir path is a mounted filesystem, so you cannot rmdirSync but you can unmount it.
workspaceDir
rmdirSync
No branches or pull requests
描述你的问题(Describe the bug)
使用
fes.rmdirSync(workspacePath)
会有如图所示异常复现路径(To Reproduce)
预期表现(Expected behavior)
可以清空目录,或更友好的报错提示(如根目录无法清空)
环境信息(Environment)
The text was updated successfully, but these errors were encountered: