We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6965a6 commit e94264cCopy full SHA for e94264c
1 file changed
packages/browser-sync-ui/lib/async.js
@@ -69,7 +69,7 @@ module.exports = {
69
};
70
71
if (bsUrls.external) {
72
- var externalListen = listenHost || url.parse(bsUrls.external).hostname;
+ var externalListen = url.parse(bsUrls.external).hostname || listenHost;
73
urls["ui-external"] = ["http://", externalListen, ":", port].join("");
74
}
75
0 commit comments