Skip to content

Commit

Permalink
fix: ensure using correct context (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffeastrom authored and bcoe committed May 31, 2018
1 parent 6202c88 commit df102fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/istanbul-reports/lib/html/index.js
Expand Up @@ -171,7 +171,7 @@ HtmlReport.prototype.onStart = function (root, context) {

if (stat.isFile()) {
dest = resolvedDestination + '/' + f;
if (this.verbose) {
if (that.verbose) {
console.log('Write asset: ' + dest);
}
writer.copyFile(resolvedSource, dest);
Expand Down

0 comments on commit df102fd

Please sign in to comment.