bubenshchykov / ngrok

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

Fixes alternative download path. #237

Closed philnash closed 3 years ago

philnash commented 3 years ago

When I was rearranging files in the lead up to releasing version 4 I had to alter where the downloaded file went because download.js had moved up a level. Then I moved it back down a level and didn't update the download location. This undoes that issue and makes downloads happy again.

Fixes #236.