Skip to content

Commit 3f084b9

Browse files
author
benholloway
committed
fix regression in defaults for init and webstorm tasks
1 parent 1e63cbf commit 3f084b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/webstorm.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@ function setUpWebStormTask(context) {
8787
value: {
8888
describe: 'Launch the IDE following setup',
8989
alias : 'l',
90-
boolean : true,
9190
default : config.get('launch')
9291
}
93-
},
92+
}
9493
];
9594

9695
function checkWebstormFlags(argv) {

0 commit comments

Comments
 (0)