Skip to content

Commit af8c6e4

Browse files
thorn0johnjbarton
authored andcommitted
fix: a missed argument in a debug message (#3009)
1 parent adaefd5 commit af8c6e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/file-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class FileList {
176176
const file = new File(path, mtime, doNotCache, type)
177177

178178
if (file.doNotCache) {
179-
log.debug('Not preprocessing "%s" due to nocache')
179+
log.debug('Not preprocessing "%s" due to nocache', pattern)
180180
return Promise.resolve(file)
181181
}
182182

0 commit comments

Comments
 (0)