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

Bug in 1.0.3 #167

Closed
silvioboehme opened this issue Mar 10, 2017 · 1 comment
Closed

Bug in 1.0.3 #167

silvioboehme opened this issue Mar 10, 2017 · 1 comment

Comments

@silvioboehme
Copy link

commit 482eba5 introduced a bug that breaks my ci build:

return path.join(path.dirname(phantomSource), '//node_modules/' + phantomPackage._location + '//lib//phantom//', phantomPackage.bin.phantomjs)

should be

return path.join(path.dirname(phantomSource), '//node_modules//' + phantomPackage._location + '//lib//phantom//', phantomPackage.bin.phantomjs)

just two slashes after node_modules.

Thanks
Silvio

@dignifiedquire
Copy link
Member

Sorry about that, just pushed 1.0.4

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

2 participants