whitespace changes (#5750)

This commit is contained in:
Clint Rutkas
2020-08-06 20:38:49 -07:00
committed by GitHub
parent b815718c26
commit 26bf05dd7e
16 changed files with 37 additions and 23 deletions

View File

@@ -34,6 +34,7 @@ namespace PowerLauncher.Helper
{
// handle ui thread exceptions
Report(e?.Exception);
// prevent application exist, so the user can copy prompted error info
e.Handled = true;
}