mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
make the problem clearer
This commit is contained in:
@@ -82,7 +82,7 @@ public abstract class LocalContribution extends Contribution {
|
||||
try {
|
||||
version = Integer.parseInt(properties.get("version"));
|
||||
} catch (NumberFormatException e) {
|
||||
System.err.println("The version number for the “" + name + "” library is not set properly.");
|
||||
System.err.println("The version number for the “" + name + "” library is not a number.");
|
||||
System.err.println("Please contact the library author to fix it according to the guidelines.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user