Skip to content

Commit

Permalink
Update the description of version comparing result.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 21, 2021
1 parent 06c24ac commit 5850681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function parse(configFileName, version, platform) {
let config = {};
config.version = data.version ? data.version : "0.0.0";
if (compareVersion(version, config.version) < 0) {
Utils.error("The DEPS config requires a high depsync tool version: " + configFileName);
Utils.error("The DEPS config requires a higher version of depsync tool: " + configFileName);
Utils.error("Requires version: " + config.version);
Utils.error("Current version: " + version);
Utils.error("Please update the depsync tool and try again.");
Expand Down

0 comments on commit 5850681

Please sign in to comment.