Fix --verbose on Windows.

This commit is contained in:
Martín Lucas Golini
2026-02-02 14:49:25 -03:00
parent bbb8fce43f
commit e2c390eedf

View File

@@ -4945,6 +4945,9 @@ EE_MAIN_FUNC int main( int argc, char* argv[] ) {
Text::TextShaperEnabled = false;
#endif
if ( verbose.Get() )
Sys::windowAttachConsole();
App::InitParameters params;
params.logLevel = logLevel.Get();
params.file = folder ? folder.Get() : fileOrFolderPos.Get();