mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Add error message specification
This commit is contained in:
@@ -163,9 +163,9 @@ namespace Wox.Plugin.Program.Programs
|
||||
}
|
||||
#endif
|
||||
#if DEBUG //make developer aware and implement handling
|
||||
catch(Exception)
|
||||
catch(Exception e)
|
||||
{
|
||||
throw;
|
||||
throw e;
|
||||
}
|
||||
#endif
|
||||
return u.Apps;
|
||||
|
||||
Reference in New Issue
Block a user