diff --git a/bin/http-server b/bin/http-server index 31ae6000..75bdb83e 100755 --- a/bin/http-server +++ b/bin/http-server @@ -104,8 +104,8 @@ function listen(port) { log('\nAvailable on:'.yellow); Object.keys(ifaces).forEach(function (dev) { - ifaces[dev].forEach(function(details){ - if (details.family=='IPv4') { + ifaces[dev].forEach(function (details) { + if (details.family == 'IPv4') { log((" http://" + details.address + ":" + port.toString()).green); } });