Extra logging stuff

This commit is contained in:
pizzaboxer 2023-10-16 00:01:09 +01:00
parent a099d16072
commit 599683f4e3
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -1425,6 +1425,8 @@ namespace Bloxstrap
string extractPath = Path.Combine(packageFolder, entry.FullName);
string? directory = Path.GetDirectoryName(extractPath);
App.Logger.WriteLine(LOG_IDENT, $"Attempting to extract {extractPath}...");
if (directory is not null)
Directory.CreateDirectory(directory);