Skip to content

Commit

Permalink
Verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbudone committed Jul 21, 2019
1 parent ee7a275 commit 5105d17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resourceBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,10 @@ let processResources = (package) => {
if (rebuildAsset) {

if (Settings.checkNeedsRebuild) {

if (Settings.verbose) {
console.log("Needs rebuild");
}
process.exit(2);
}

Expand Down

0 comments on commit 5105d17

Please sign in to comment.