Skip to content

Commit

Permalink
Merge pull request #174 from timhall/master
Browse files Browse the repository at this point in the history
Move reload callback outside of apps loop
  • Loading branch information
justinmchase committed Mar 23, 2016
2 parents a7a8acc + be46f88 commit 742d2ca
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 @@ -147,7 +147,7 @@ module.exports =
if app.livereload and typeof lr == "object"
lr.changed body:
files: file.path
callback null, file
callback null, file
lr: lr
serverClose: ->
apps.forEach((app) -> do app.server.close)
Expand Down

0 comments on commit 742d2ca

Please sign in to comment.