Skip to content

Commit

Permalink
fix: exit consistently (use log.ok)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Dec 19, 2019
1 parent 8900aae commit e06731c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,6 @@ const runCommand = async cmd => {
} else {
log.skip("Skipping install of self");
}

log.ok("Done!");
})();

0 comments on commit e06731c

Please sign in to comment.