Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhitten committed Nov 29, 2019
1 parent eaf458c commit 8230118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Composer/scripts/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if (trimmedBranch === RELEASE_BRANCH) {
console.log(chalk.green('You are using the most up to date version of Composer.'));
}
} catch (e) {
console.log('e', e);
return;
console.log(chalk.yellow('Unable to compare applications versions.. continuing'));
}
}

0 comments on commit 8230118

Please sign in to comment.