mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
No need to error for this
This commit is contained in:
parent
2d3e225e2c
commit
512276fa31
1 changed files with 1 additions and 1 deletions
|
|
@ -447,8 +447,8 @@ namespace Dalamud.Plugin.Internal
|
|||
|
||||
if (zipFile.Name.IsNullOrEmpty())
|
||||
{
|
||||
Log.Error("zipFile.Name is null or empty");
|
||||
// Assuming Empty for Directory
|
||||
Log.Verbose($"ZipFile name is null or empty, treating as a directory: {outputFile.Directory.FullName}");
|
||||
Directory.CreateDirectory(outputFile.Directory.FullName);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue