diff --git a/lib/reload-server.js b/lib/reload-server.js index a45a791..8cf4fe4 100644 --- a/lib/reload-server.js +++ b/lib/reload-server.js @@ -77,7 +77,7 @@ reload(function () {}, reloadOpts, server).then(function (reload) { // If openBrowser, open the browser with the given start page above, at a hostname (localhost default or specified). if (openBrowser) { - open('http://' + hostname + ':' + port) + open('http://' + hostname + ':' + port, { url: true }) } } else { time = new Date()