Skip to content

Commit

Permalink
Same notification for serve and micro
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Feb 4, 2017
1 parent 83d508b commit 18a574e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/listening.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ module.exports = async (server, current, inUse) => {

const localURL = `http://localhost:${details.port}`

message += `• ${chalk.bold('Locally: ')} ${localURL}\n`
message += `• ${chalk.bold('On the Network: ')} ${url}\n\n`
message += `• ${chalk.bold('Local: ')} ${localURL}\n`
message += `• ${chalk.bold('On Your Network: ')} ${url}\n\n`

const copied = await copyToClipboard(url)

Expand Down

0 comments on commit 18a574e

Please sign in to comment.