Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 8, 2024
1 parent a058d9e commit 05ecfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plop/src/plop.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function doThePlop(generator, bypassArr) {
.then((answers) => {
const noMap = argv["show-type-names"] || argv.t;
const onProgress = (msg) => {
if(argv.progress) {
if(argv.progress!==false) {
progressSpinner.text = msg
} else {
console.log(msg)
Expand Down

0 comments on commit 05ecfa7

Please sign in to comment.