Exceptions in postcssFactory are swallowed
Closed this issue · 1 comments
dko-slapdash commented
Hi.
There is a bug on L121: in case the exception is thrown before processor is initialized (in my case, it was "true is not a PostCSS plugin"), then that exception is swallowed, and the code fails in processor.version.startsWith check instead.
The fix would be to add && processor condition to this "if".
alexander-akait commented
Please always use the issue template