fix compile warning

This commit is contained in:
Kang Yu 2025-02-04 11:50:13 -08:00
parent c15ab870ac
commit 4f7479b0b7

View file

@ -1216,7 +1216,7 @@ namespace PersistentWindows.Common
return t; return t;
} }
} }
catch (Exception e) catch (Exception)
{ {
} }