We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5271959 commit bf875eaCopy full SHA for bf875ea
1 file changed
lib/coverage.js
@@ -14,7 +14,7 @@ try {
14
exports.setup = function(opts) {
15
collector = new istanbul.Collector();
16
17
- options = _.extend(options, opts);
+ _.extend(options, opts);
18
options.dir = path.resolve(options.dir);
19
};
20
0 commit comments