-
Code: Throws Error object. · 50f374df
* Returns json-string error from LibSass as is. * Extends empty error object with parsed JSON. Note: The reason why NanError is not used because LibSass returns error as JSON string with message as member, so we would have to reparse and reassign the obj in that case. Issue URL: #675. PR URL: #668.
Adeel authored
×