Skip to content

Commit bcac0a3

Browse files
committed
Merge branch 'master' into restructure-explorer
2 parents ae12ff5 + b3fef94 commit bcac0a3

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)