Skip to content

Commit 2601aad

Browse files
1 parent 8a0877e commit 2601aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ContextMenuManager/Controls/EnhanceMenusList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ private void LoadDocItems(string xmlPath, GroupPathItem groupItem)
3333
this.AddItem(groupItem);
3434
XmlDocument doc = new XmlDocument();
3535
try { doc.LoadXml(File.ReadAllText(xmlPath, EncodingType.GetType(xmlPath))); }
36-
catch { throw; }
36+
catch { return; }
3737
foreach(XmlNode xn in doc.DocumentElement.ChildNodes)
3838
{
3939
try

0 commit comments

Comments
 (0)