Rethrow postcss error
parent
379e06e3c3
commit
e713b2bed8
|
@ -76,6 +76,8 @@ export default async function getClassNames(cwd = process.cwd(), { onChange = ()
|
|||
})
|
||||
)
|
||||
)
|
||||
} catch (error) {
|
||||
throw error
|
||||
} finally {
|
||||
hook.unhook()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue