mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-09-11 14:08:33 +00:00
Renamed the application. Updated links and version
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -19,7 +19,7 @@ if (!semver.valid(targetVersion)) {
|
||||
}
|
||||
|
||||
if (!semver.gt(targetVersion, currentVersion)) {
|
||||
console.error(`Target version '${targetVersion}' must be greater than the current version '${currentVersion}.'`);
|
||||
console.error(`Target version '${targetVersion}' must be greater than the current version '${currentVersion}'.`);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user