mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
removing error that can be ignored
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user