We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379e06e commit e713b2bCopy full SHA for e713b2b
src/class-names/index.js
@@ -76,6 +76,8 @@ export default async function getClassNames(cwd = process.cwd(), { onChange = ()
76
})
77
)
78
79
+ } catch (error) {
80
+ throw error
81
} finally {
82
hook.unhook()
83
}
0 commit comments