mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
Make sure all exceptions in the thread are logged!
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2295 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
5a1c5fd0eb
commit
59d91bb501
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ namespace GreenshotPlugin.Controls {
|
|||
try {
|
||||
waitDelegate.Invoke();
|
||||
} catch (Exception ex) {
|
||||
LOG.Error("invoke error:", ex);
|
||||
threadException = ex;
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue