mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Extra logging stuff
This commit is contained in:
parent
a099d16072
commit
599683f4e3
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user