Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
BluePointLilac committed May 14, 2021
1 parent 8a0877e commit 2601aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ContextMenuManager/Controls/EnhanceMenusList.cs
Expand Up @@ -33,7 +33,7 @@ private void LoadDocItems(string xmlPath, GroupPathItem groupItem)
this.AddItem(groupItem);
XmlDocument doc = new XmlDocument();
try { doc.LoadXml(File.ReadAllText(xmlPath, EncodingType.GetType(xmlPath))); }
catch { throw; }
catch { return; }
foreach(XmlNode xn in doc.DocumentElement.ChildNodes)
{
try
Expand Down

0 comments on commit 2601aad

Please sign in to comment.