mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
parser.imports stored any errors in .error, but only returned an error to the callback on that last import in the queue. This commit makes it return the stored error (that.error). issue #463