Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Conversation

@ftdebugger
Copy link
Contributor

No description provided.

@levonet levonet added the review label Dec 20, 2017
Copy link
Member

@DudaGod DudaGod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix this please and we will merge it

lib/coverage.js Outdated
var base64Prefix = 'data:application/json;base64,';
if (_.includes(sourceMapUrl, base64Prefix)) {
var base64Str = sourceMapUrl.split(base64Prefix)[1],
var base64Prefix = /^data:application\/json;(charset=utf-8;)?base64,/;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need to use capturing brackets here:
var base64Prefix = /^data:application\/json;(?:charset=utf-8;)?base64,/;

@ftdebugger ftdebugger force-pushed the bugfix/webpack-coverage branch from 4a6412f to 1794e13 Compare December 20, 2017 10:45
@ftdebugger
Copy link
Contributor Author

Done

@DudaGod DudaGod merged commit fb79839 into gemini-testing:master Dec 20, 2017
@levonet levonet removed the review label Dec 20, 2017
@DudaGod
Copy link
Member

DudaGod commented Dec 20, 2017

thank you.

@ftdebugger ftdebugger deleted the bugfix/webpack-coverage branch December 20, 2017 20:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants