Skip to content

Commit

Permalink
[fix] Remove unnecessary else if
Browse files Browse the repository at this point in the history
  • Loading branch information
julianduque committed May 20, 2014
1 parent 5266f94 commit 7f0894f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/jitsu.js
Expand Up @@ -369,9 +369,6 @@ jitsu.showError = function (command, err, shallow, skip) {
if (~err.result.error.indexOf('matching versions')) {
jitsu.log.error(err.result.error);
jitsu.log.error("Do not use a specific engine version, try a generic one (eg: 0.8.x or 0.10.x)");
}
else if (~err.result.error.indexOf('npm exited')) {
jitsu.log.error(err.result.error);
} else {
jitsu.log.error(err.result.error);
}
Expand Down

0 comments on commit 7f0894f

Please sign in to comment.