Skip to content

Commit

Permalink
Update manual-chrome-launcher.js
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored May 31, 2017
1 parent 6d35fa8 commit b866ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome-launcher/manual-chrome-launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ const {launch} = require('./chrome-launcher');
launch({
startingUrl,
chromeFlags,
}).then(v => console.log(`✨ Chrome debugging port ${v.port}`))
}).then(v => console.log(`✨ Chrome debugging port: ${v.port}`))

0 comments on commit b866ec4

Please sign in to comment.