Skip to content

Commit

Permalink
Fix linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
F1LT3R committed Sep 15, 2018
1 parent 964ab8a commit c3b49a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ const init = async flags => {

// Only check for upgrades when online.
// Launch browser after upgrade check (if online).
isOnline({timeout: 5}).then(online => {
isOnline({timeout: 5}).then(() => {
optionalUpgrade(flags).finally(launchBrowser)
}).catch(launchBrowser)

Expand Down

0 comments on commit c3b49a8

Please sign in to comment.