You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered: