Skip to content

Commit

Permalink
Merge pull request #14 from kubenstein/master
Browse files Browse the repository at this point in the history
my poor english.
  • Loading branch information
leeluolee committed Oct 31, 2014
2 parents 9877fbf + 2270d47 commit c67e7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ puer = module.exports = (options = {}) ->
if(err) then return helper.log "port conflict, please change port use -h to show the help", "err"
helper.log "server start at localhost:#{options.port}"
if options.launch then helper.openBrowser "http://localhost:#{options.port}", (err) ->
helper.log(err or "puer will lauch your default browser")
helper.log(err or "puer will launch your default browser")


puer.connect = connectPuer
Expand Down

0 comments on commit c67e7af

Please sign in to comment.