Skip to content

Commit

Permalink
chore: left logic from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Aug 2, 2020
1 parent 74b9289 commit df684f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/v8-to-istanbul.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ module.exports = class V8ToIstanbul {
} else {
originalRawSource = await readFile(this.path, 'utf8')
}
this.rawSourceMap.meta = this.path
this.covSources = [{ source: new CovSource(originalRawSource, this.wrapperLength), path: this.path }]
this.sourceTranspiled = new CovSource(rawSource, this.wrapperLength)
}
Expand Down

0 comments on commit df684f5

Please sign in to comment.