Skip to content

Commit 4bc9ca7

Browse files
authored
End 'Reading changed files' timer in debug mode (#6954)
1 parent fe08e91 commit 4bc9ca7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/expandTailwindAtRules.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ export default function expandTailwindAtRules(context) {
179179
getClassCandidates(transformer(content), extractor, candidates, seen)
180180
}
181181

182+
env.DEBUG && console.timeEnd('Reading changed files')
183+
182184
// ---
183185

184186
// Generate the actual CSS

0 commit comments

Comments
 (0)