We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys,
I managed to figure out how scope concept works and finally ran this module to compare my normal theme file with a contrast one.
However currently i have an unhandled exception. I cannot read fully the code yet to find the exact reason but what happens now:
oCompareNode is undefined in this line
where it was found like this:
while the length of the array is like this:
in my case oBaseRulesarray is smaller than oCompareRules.
It looks like we miss some check that oCompareNode reached the end.
Thank you!
The text was updated successfully, but these errors were encountered:
9628a6c
No branches or pull requests
Hi guys,
I managed to figure out how scope concept works and finally ran this module to compare my normal theme file with a contrast one.
However currently i have an unhandled exception. I cannot read fully the code yet to find the exact reason but what happens now:
oCompareNode is undefined in this line
![image](https://user-images.githubusercontent.com/6381507/71669155-0c0b3380-2d6c-11ea-8b3d-fa0fbfc28601.png)
where it was found like this:
![image](https://user-images.githubusercontent.com/6381507/71669184-22b18a80-2d6c-11ea-88ac-7ddc49b427b3.png)
while the length of the array is like this:
![image](https://user-images.githubusercontent.com/6381507/71669213-38bf4b00-2d6c-11ea-9b83-7ccb51ad4e5a.png)
in my case oBaseRulesarray is smaller than oCompareRules.
It looks like we miss some check that oCompareNode reached the end.
Thank you!
The text was updated successfully, but these errors were encountered: