mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Remove compiler warnings
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Wox.Plugin.System
|
||||
{
|
||||
Process.Start(c.Url);
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
MessageBox.Show("open url failed:" + c.Url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user