Skip to content

Commit b3fef94

Browse files
committed
Suppress glob errors (tailwindlabs#174)
1 parent 93ddfe8 commit b3fef94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/class-names/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export default async function getClassNames(
4343
ignore: ['**/node_modules'],
4444
onlyFiles: true,
4545
absolute: true,
46+
suppressErrors: true,
4647
})
4748
)
4849
.map(normalizePath)

0 commit comments

Comments
 (0)