diff --git a/src/index.coffee b/src/index.coffee index 47713aa..2f6546f 100644 --- a/src/index.coffee +++ b/src/index.coffee @@ -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)