We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f084b9 commit cd48c45Copy full SHA for cd48c45
tasks/webstorm.js
@@ -202,7 +202,7 @@ function setUpWebStormTask(context) {
202
yargsInstance
203
.strict()
204
.wrap(80);
205
- cliArgs = yargsInstance.argv;
+ cliArgs = validateLaunchPath(yargsInstance.argv); // cast launch flag to boolean (mutate and return)
206
207
gulp.task('webstorm', function (done) {
208
console.log(hr('-', 80, 'webstorm'));
0 commit comments