Skip to content

Commit

Permalink
Merge pull request docpad#598 from Delapouite/master
Browse files Browse the repository at this point in the history
fixed missing progress option for loadFiles step
  • Loading branch information
balupton committed Aug 14, 2013
2 parents 13e05f6 + 3e39335 commit 1d232c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/docpad.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3300,7 +3300,7 @@ class DocPad extends EventEmitterGrouped
database = docpad.getDatabase()

# Perform the reload of the selected files
docpad.loadFiles {collection:opts.collection}, (err) ->
docpad.loadFiles {collection:opts.collection, progress:opts.progress}, (err) ->
# Check
return next(err) if err

Expand Down

0 comments on commit 1d232c0

Please sign in to comment.