mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
Fix --verbose on Windows.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user