-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with errors in imported LESS files #463
Comments
Gentle reminder that this issue is still outstanding. |
@MatthewDL could you take a look and decide whether this is fixed and whether it is a bug/feature request? I'm not sure about (1).. I think (2) is fixed. |
These are two bugs. The first is a duplicate of issue #723. |
Could you retest or provide a testcase? I haven't seen anything like this |
@MatthewDL could you retry and provide a test case.. I think these are fixed, so I think this can be closed. If you have a broken example, it should be easy to fix. |
Ok, will look at this again when I have a chance. |
Line 102 of parser.js - On finish uses the error from the current import, should use the saved 'that.error' from all imports.
Can create a pull request. |
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
pull request committed, this should be fixed now. |
…update documentation, fixes less#463
I'm noticing two major issues with imported sheets and returning errors. They are:
The text was updated successfully, but these errors were encountered: