[CLI] More debugging info for audio

This commit is contained in:
VaDiM
2023-03-08 17:16:16 +03:00
parent 679e7041a6
commit 10b7e84ffb
3 changed files with 16 additions and 6 deletions

View File

@ -31,6 +31,8 @@ namespace AssetStudioGUI
action("An error has occurred. Turn on \"Show all error messages\" to see details next time.");
}
break;
case LoggerEvent.Debug:
break;
default:
action(message);
break;