Skip to content

Commit

Permalink
#27 Moved the message for not supported version of dever.json
Browse files Browse the repository at this point in the history
  • Loading branch information
czprz committed Feb 6, 2022
1 parent 8d3864a commit a17a573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = new class {
*/
#checkForSupportedVersion(configs) {
if (!versionChecker.supported(configs)) {
console.warn(chalk.yellow(`One or more of the found projects is not supported due to dever.json version not being supported by the installed version of dever`));
console.warn(chalk.yellow(`One or more of the found projects is not supported due to the dever.json version`));
console.warn(chalk.yellow(`Check 'dever list --not-supported' to get a list of the unsupported projects`));
}
}
Expand Down

0 comments on commit a17a573

Please sign in to comment.