Lona / Lona

A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

consistent exit code when the compiler fails

mathieudutour opened this issue · comments

follow up from #326

In some cases, when the compiler doesn't manage to compile a component, it writes to stderr but exit with 0 (which should indicate success). We should be consistent and exit with 1 when there is an error.

fixed in #462