Don't autoopen browser.

This commit is contained in:
Roger Braun 2016-10-27 18:02:52 +02:00
parent 51c0b6dfd3
commit 43eece2539
1 changed files with 1 additions and 1 deletions

View File

@ -66,5 +66,5 @@ module.exports = app.listen(port, function (err) {
}
var uri = 'http://localhost:' + port
console.log('Listening at ' + uri + '\n')
opn(uri)
// opn(uri)
})