Skip to content

Commit

Permalink
Set URL option for open
Browse files Browse the repository at this point in the history
  • Loading branch information
alallier committed Oct 20, 2019
1 parent b4a23d9 commit 8dd9658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reload-server.js
Expand Up @@ -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()
Expand Down

0 comments on commit 8dd9658

Please sign in to comment.