Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Wrong instrumented code generated #15

Open
arikon opened this issue Jun 5, 2012 · 0 comments
Open

Wrong instrumented code generated #15

arikon opened this issue Jun 5, 2012 · 0 comments

Comments

@arikon
Copy link

arikon commented Jun 5, 2012

jscoverage transforms this

return new (getLevelClass(PATH.join(PATH.absolute(path), '.bem', 'level.js')))(path);

into this, that is wrong

return new getLevelClass(PATH.join(PATH.absolute(path), ".bem", "level.js"))(path);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant