Skip to content

Commit

Permalink
End 'Reading changed files' timer in debug mode (#6954)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeengbe committed Jan 7, 2022
1 parent fe08e91 commit 4bc9ca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/expandTailwindAtRules.js
Expand Up @@ -179,6 +179,8 @@ export default function expandTailwindAtRules(context) {
getClassCandidates(transformer(content), extractor, candidates, seen)
}

env.DEBUG && console.timeEnd('Reading changed files')

// ---

// Generate the actual CSS
Expand Down

0 comments on commit 4bc9ca7

Please sign in to comment.