Closed chrisjhoughton closed 9 years ago
Just took a pass at this. Don't recall what I thought that try {} catch {} was accomplishing. You can test the error catch by running test/error.js
, which will attempt to compile an error-ridden LESS file named nonsense.less
.
Nice one!!!
Closing and publishing to NPM as v0.0.7!
After calling
less.render
, if there's an issue with the CSS added, no error will be emitted by the module, it will just get no further.Need to add handler here: https://github.com/wilson428/node-lessify/blob/master/index.js#L57