Skip to content

Commit

Permalink
chore: 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 Jan 11, 2016
1 parent b27144c commit 2437efd
Show file tree
Hide file tree
Showing 4 changed files with 3,550 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules
npm-debug.log
static/karma.js
#static/karma.js
.idea/*
*.iml
tmp/*
Expand Down
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
Loading

0 comments on commit 2437efd

Please sign in to comment.