|
@ -104,7 +104,6 @@ function runner( d, cb ){ |
|
|
|
|
|
|
|
|
/* Then each It functions */ |
|
|
/* Then each It functions */ |
|
|
function(cb){ |
|
|
function(cb){ |
|
|
console.log( 'starting its...'); |
|
|
|
|
|
async.eachSeries(d.its, |
|
|
async.eachSeries(d.its, |
|
|
function(itItem, cb ){ |
|
|
function(itItem, cb ){ |
|
|
|
|
|
|
|
|