Skip to content

Commit

Permalink
Shouldn't be separate arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Mar 7, 2016
1 parent 6369abe commit 98d6bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/glob-pages.js
Expand Up @@ -87,7 +87,7 @@ module.exports = (directory, callback) => {
pagesData.push(pageData)
})

debug('globbed', pagesData.length, 'pages')
debug(`globbed ${pagesData.length} pages`)
return callback(null, pagesData)
})
}

0 comments on commit 98d6bb2

Please sign in to comment.