Skip to content

Commit

Permalink
More fail conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed May 26, 2020
1 parent 9d4b275 commit ec8c3ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tasks/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,12 @@ installer = function (callback) {
;

console.info('Update complete! Run "\x1b[92mgulp build\x1b[0m" to rebuild dist/ files.');

callback();
return;
}
else {
console.log('Current version of Semantic UI already installed');
callback();
return;
}

Expand Down Expand Up @@ -328,8 +329,6 @@ installer = function (callback) {
.pipe(gulp.dest(installFolder))
;

callback();

}


Expand Down

0 comments on commit ec8c3ab

Please sign in to comment.