summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/CS/Program.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/CS/Program.cs b/win/CS/Program.cs
index fca7b0217..ac35ed952 100644
--- a/win/CS/Program.cs
+++ b/win/CS/Program.cs
@@ -35,8 +35,7 @@ namespace Handbrake
// Handle any unhandled exceptions
AppDomain.CurrentDomain.UnhandledException += CurrentDomainUnhandledException;
- Application.SetUnhandledExceptionMode(UnhandledExceptionMode.ThrowException);
-
+
// Check that HandBrakeCLI is availabl.
string failedInstall = "HandBrake is not installed properly. Please reinstall HandBrake. \n\n";
string missingFiles = string.Empty;