mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-20 15:44:18 +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())
|
if (zipFile.Name.IsNullOrEmpty())
|
||||||
{
|
{
|
||||||
Log.Error("zipFile.Name is null or empty");
|
|
||||||
// Assuming Empty for Directory
|
// Assuming Empty for Directory
|
||||||
|
Log.Verbose($"ZipFile name is null or empty, treating as a directory: {outputFile.Directory.FullName}");
|
||||||
Directory.CreateDirectory(outputFile.Directory.FullName);
|
Directory.CreateDirectory(outputFile.Directory.FullName);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue