baudehlo / node-phantom-simple

Simple bridge to phantomjs for Node
MIT License
201 stars 70 forks source link

Allow PhantomJS ready message without port #146

Closed spalger closed 8 years ago

spalger commented 8 years ago

Fixes #125

Sometimes PhantomJS will report no port number using [], which trips up the RegExp that expects 1 or more characters between the brackets.