Skip to content

Commit

Permalink
Don't overwrite client.args state
Browse files Browse the repository at this point in the history
Workaround for karma-runner#1746
  • Loading branch information
danielcompton committed Dec 9, 2015
1 parent 1adfd8d commit 6b17905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var createRunnerMiddleware = function (emitter, fileList, capturedBrowsers, repo

var data = request.body
log.debug('Setting client.args to ', data.args)
config.client.args = data.args
//config.client.args = data.args

var fullRefresh = true

Expand Down

0 comments on commit 6b17905

Please sign in to comment.