瀏覽代碼

Restoring ExceptionOnFail

Source commit: e488be51c0fbd1af4a3a5c6cda3a547c2230c93f
Martin Prikryl 2 年之前
父節點
當前提交
cd89d4e431
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/core/Terminal.cpp

+ 1 - 0
source/core/Terminal.cpp

@@ -3270,6 +3270,7 @@ void __fastcall TTerminal::DoStartup()
         {
           if (!Active || SessionData->RequireDirectories)
           {
+            ExceptionOnFail = false;
             throw;
           }
           else