Skip to content
New issue

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

fix(core.manager): 修复deleteInstalledPlugin方法调用结果总是返回false #1259

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

AntonioShare
Copy link
Contributor

note:增加一个删除方法,如果有子目录则先删除子目录下的文件在删除自身,解决非空文件夹带来的删除失败问题

fix #1140

note:增加一个删除方法,如果有子目录则先删除子目录下的文件

fix Tencent#1140
@shifujun shifujun merged commit 34eb796 into Tencent:master Nov 28, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BasePluginManager 的 deleteInstalledPlugin(String uuid) 方法调用结果总是 false
2 participants