Actually, same here.

This commit is contained in:
Matt Nadareski
2016-04-19 14:45:52 -07:00
parent bb8db07c9c
commit 037da6f20a

View File

@@ -38,6 +38,11 @@ namespace SabreTools.Helper
return roms;
}
}
catch (Exception ex)
{
logger.Error(ex.ToString());
return roms;
}
// Experimental looping using only XML parsing
XmlNode node = doc.FirstChild;