Skip to content

Commit 3794324

Browse files
committed
fix #329
"Automatically open console on error" should be default behavior
1 parent 45e0be6 commit 3794324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonScript/src/ConfigFile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void ConfigFile::initSettings()
4444
{
4545
setSetting(_T("ADDEXTRALINETOOUTPUT"), _T("0"));
4646
setSetting(_T("COLORIZEOUTPUT"), _T("-1"));
47-
setSetting(_T("OPENCONSOLEONERROR"), _T("0"));
47+
setSetting(_T("OPENCONSOLEONERROR"), _T("1"));
4848
setSetting(_T("PREFERINSTALLEDPYTHON"), _T("0"));
4949
setSetting(_T("STARTUP"), _T("LAZY"));
5050
}

0 commit comments

Comments
 (0)