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 {
|
} finally {
|
||||||
hook.unhook()
|
hook.unhook()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue