mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-14 02:54:16 -04:00
[CLI] More debugging info for audio
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user