style?: add extra logging
This commit is contained in:
@@ -159,10 +159,12 @@ class Dumper
|
||||
if (_dataPak == null || _provider == null)
|
||||
throw new InvalidOperationException("Attempted to call dump function without dumper initialization");
|
||||
|
||||
_log.Info("Dumping character icons");
|
||||
|
||||
foreach (CharacterInfo info in _characterMap.Values)
|
||||
{
|
||||
ExportIcon(info.iconFilePath, "/character-icons/");
|
||||
}
|
||||
|
||||
_log.Info("Dumped all character icons");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user