Skip to content
Snippets Groups Projects
Commit 43eece25 authored by lain's avatar lain
Browse files

Don't autoopen browser.

parent 51c0b6df
No related branches found
No related tags found
No related merge requests found
......@@ -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)
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment