Skip to content

Commit

Permalink
fix: guess what? same length!
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamattiazzi committed Dec 2, 2019
1 parent 0a080c5 commit 5be0e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/accurapp-scripts/scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function runDevServer(port) {
EXPOSED &&
tunnelPort(port, generateSubdomain())
.then(url => {
log.info(`App exposed to the interwebs on: ${chalk.cyan(url)}`)
log.info(`Even from far away at: ${chalk.cyan(url)}`)
})
.catch(err => {
log.err(err)
Expand Down

0 comments on commit 5be0e55

Please sign in to comment.