You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the similar problem with multiple remote files. On the first successful remote file, it will just skip the remaining files with 'Validated skipping.._tempvlidation.html' messge.
When using the wrapfile option I always encounter the following error after the last validated file:
Fatal error: Unable to read "undefined" file (Error code: ENOENT).
This is due to the code on L275:
Changing L265:
Into
Will fix this, but I think this is more a workaround and not the best fix. What do you think?
The text was updated successfully, but these errors were encountered: