File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
lib/versioned/^4.0.0-alpha.1 Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ var usage =
43
43
var parser = yargs . usage ( usage , cliOptions ) ;
44
44
var opts = parser . argv ;
45
45
46
- // this translates the --continue flag in gulp
47
- // to the settle env variable for undertaker
48
- // we use the process.env so the user's gulpfile
49
- // can know about the flag
46
+ // This translates the --continue flag in gulp
47
+ // To the settle env variable for undertaker
48
+ // We use the process.env so the user's gulpfile
49
+ // Can know about the flag
50
50
if ( opts . continue ) {
51
51
process . env . UNDERTAKER_SETTLE = 'true' ;
52
52
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function execute(opts, env) {
31
31
nodes : gulpInst . tree ( { deep : true } ) ,
32
32
} ;
33
33
return logTasks ( tree , function ( task ) {
34
- return gulpInst . get ( task ) . description ;
34
+ return gulpInst . task ( task ) . description ;
35
35
} ) ;
36
36
}
37
37
if ( opts . tasksJson ) {
You can’t perform that action at this time.
0 commit comments