Skip to content

Commit

Permalink
fix #329
Browse files Browse the repository at this point in the history
"Automatically open console on error" should be default behavior
  • Loading branch information
chcg committed Feb 11, 2024
1 parent 45e0be6 commit 3794324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonScript/src/ConfigFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void ConfigFile::initSettings()
{
setSetting(_T("ADDEXTRALINETOOUTPUT"), _T("0"));
setSetting(_T("COLORIZEOUTPUT"), _T("-1"));
setSetting(_T("OPENCONSOLEONERROR"), _T("0"));
setSetting(_T("OPENCONSOLEONERROR"), _T("1"));
setSetting(_T("PREFERINSTALLEDPYTHON"), _T("0"));
setSetting(_T("STARTUP"), _T("LAZY"));
}
Expand Down

0 comments on commit 3794324

Please sign in to comment.