Add error message specification

This commit is contained in:
Jeremy Wu
2019-11-07 07:46:18 +11:00
parent 8a676c573a
commit 46274acb3e
2 changed files with 4 additions and 3 deletions

View File

@@ -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;