kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.54k stars 125 forks source link

Handle port unavailable errors #36

Open kdzwinel opened 8 years ago

kdzwinel commented 8 years ago

Right now we are optimistically assuming hat 8080 will be available.

screen shot 2016-03-23 at 02 04 56
deju commented 8 years ago

@kdzwinel It use 8008 default, not 8080. But you can change the port in main.js.

kdzwinel commented 8 years ago

Modifying source code is not exactly a great user experience :) I'm working on a flag support (based on #29) and, later on, ui for all options #34 .