Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wzalazar committed Jan 21, 2019
1 parent d3c6783 commit e6b1b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/instrumenters/istanbul.js
Expand Up @@ -17,7 +17,7 @@ function InstrumenterIstanbul (cwd, options) {
produceSourceMap: options.produceSourceMap,
ignoreClassMethods: options.ignoreClassMethods,
esModules: options.esModules
}, configPlugins)
}, configPlugins))

return {
instrumentSync: function (code, filename, sourceMap) {
Expand Down

0 comments on commit e6b1b54

Please sign in to comment.