Skip to content

Commit bf875ea

Browse files
committed
performance optimization :)
1 parent 5271959 commit bf875ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/coverage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ try {
1414
exports.setup = function(opts) {
1515
collector = new istanbul.Collector();
1616

17-
options = _.extend(options, opts);
17+
_.extend(options, opts);
1818
options.dir = path.resolve(options.dir);
1919
};
2020

0 commit comments

Comments
 (0)