Skip to content

Commit 87be41f

Browse files
committed
wip
1 parent 5fbfbf7 commit 87be41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plop/src/plop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function doThePlop(generator, bypassArr) {
128128
.then((answers) => {
129129
const noMap = argv["show-type-names"] || argv.t;
130130
const onProgress = (msg) => {
131-
if(argv.progress) {
131+
if(argv.progress!==false) {
132132
progressSpinner.text = msg
133133
} else {
134134
console.log(msg)

0 commit comments

Comments
 (0)