mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Not a version folder: delete recursively
This commit is contained in:
parent
8e2d20f23c
commit
c09061d480
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@ namespace Dalamud.Plugin.Internal
|
|||
if (!isVersion)
|
||||
{
|
||||
Log.Debug($"Not a version, cleaning up {dir.FullName}");
|
||||
dir.Delete();
|
||||
dir.Delete(true);
|
||||
}
|
||||
|
||||
return version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue