Skip to content

Commit

Permalink
Allow setting batch configuration via useConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Nov 16, 2014
1 parent 57d520d commit b4b0afd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/runners/console.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ function ConsoleRunner(args) {
errorFn,
this.logFn
]

if(args.batchConfig) {
this._createEnv = args.batchConfig.createEnv;
this._runBatched = args.batchConfig.runBatched;
}
} else {
this.deps = [
doneFn,
Expand Down

0 comments on commit b4b0afd

Please sign in to comment.