Skip to content

Commit

Permalink
fix: a missed argument in a debug message (#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 authored and johnjbarton committed May 18, 2018
1 parent adaefd5 commit af8c6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/file-list.js
Expand Up @@ -176,7 +176,7 @@ class FileList {
const file = new File(path, mtime, doNotCache, type)

if (file.doNotCache) {
log.debug('Not preprocessing "%s" due to nocache')
log.debug('Not preprocessing "%s" due to nocache', pattern)
return Promise.resolve(file)
}

Expand Down

0 comments on commit af8c6e4

Please sign in to comment.