segmentio / myth

A CSS preprocessor that acts like a polyfill for future versions of the spec.
4.33k stars 131 forks source link

Add ignore-errors option #133

Closed danwakefield closed 9 years ago

danwakefield commented 9 years ago

Im generally in the habit of saving my files everytime I exit insert mode. This can cause errors when using myth --watch. It would be nice to have an option to write any errors to stdout and reenter the watch loop without stopping.

Im not well versed in js but it looks like a conditional over the process.exit(1) call in logger.throw would do it.

ianstormtaylor commented 9 years ago

Good call! Just landed in 1.5.0