removing error that can be ignored

This commit is contained in:
benfry
2012-10-22 17:45:12 +00:00
parent dee5f2d73e
commit 81b4a40456
@@ -196,6 +196,8 @@ public class ModeContribution extends InstalledContribution {
if (!existing.containsKey(folder)) {
try {
contribModes.add(new ModeContribution(base, folder, null));
} catch (IgnorableException ig) {
Base.log(ig.getMessage());
} catch (Exception e) {
e.printStackTrace();
}