mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Merge pull request #567 from daemitus/dirlog
Switch zipfile error to verbose, does not effect installation
This commit is contained in:
commit
44ce57f142
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