mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 09:49:07 +00:00
Compare commits
1 Commits
copilot/fi
...
pr/test149
Author | SHA1 | Date | |
---|---|---|---|
![]() |
03e25359b1 |
@@ -52,6 +52,8 @@ public partial class App : Application
|
|||||||
|
|
||||||
protected override void OnStartup(StartupEventArgs e)
|
protected override void OnStartup(StartupEventArgs e)
|
||||||
{
|
{
|
||||||
|
// Test https://github.com/QL-Win/QuickLook/issues/1498
|
||||||
|
|
||||||
AppDomain.CurrentDomain.UnhandledException += (sender, args) =>
|
AppDomain.CurrentDomain.UnhandledException += (sender, args) =>
|
||||||
{
|
{
|
||||||
ProcessHelper.WriteLog(((Exception)args.ExceptionObject).ToString());
|
ProcessHelper.WriteLog(((Exception)args.ExceptionObject).ToString());
|
||||||
|
Reference in New Issue
Block a user