-
Notifications
You must be signed in to change notification settings - Fork 373
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
Empty href in link throws cryptic error #258
Comments
Thanks for reporting @Saturate. We should definitely improve the error reporting |
I am getting this rather cryptic error as well and can't find what the problem (it's not an empty href). I've tried different source URLs (local and remote) as well as different destination directories to no avail. Any idea how I can get to the bottom of this? Fancy Log spits out the following error message after the task finishes: |
Can you try the prerelease version of critical: |
Closing as fixed. |
The following link tag in HTML
<link href="" media="all" rel="stylesheet">
Will give an error saying:
Unhandled rejection Error: EISDIR: illegal operation on a directory, read
This can be quite cryptic, as this was a series of bugs that I encountered, both with the href not getting rendered and then with the strange error from critical.
I makes sense as it tries to open a dir, and it can't in this instance, but I feel that it could be handled a little better.
Node:
8.5.0
Critical:
1.0.0
The text was updated successfully, but these errors were encountered: