bubenshchykov / ngrok

Expose your localhost to the web. Node wrapper for ngrok.
https://ngrok.com
2.33k stars 317 forks source link

Fixes for #229 #230

Closed robblovell closed 3 years ago

robblovell commented 3 years ago

I have modified the catch logic in the request method of client.js. This provides more useful error information when having problems with the ngrok API. Again, with more time, think this bit of code can be improved too.

fix #229

robblovell commented 3 years ago

It looks like there are deeper problems here that these changes do not fix.