-
-
Notifications
You must be signed in to change notification settings - Fork 766
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
Pendant timeout class mismatch #2606
Conversation
I got the same build fail on my machine with your changes as this github build. The application is not deployed in an NodeJS environment so whenever I see those types in frontend code I get red flags. We are using the setTimeout from the HTML DOM API which should return a Can you post your complete build log for the ugs-pendant module only. Here is my for comparison:
|
Sure; here's the log (for the master branch - or did you want the build log for my fix branch?) :
|
Since I can't reproduce this build error on any of my machines it will be hard for me to debug or fix. You could try using the
|
Ah, that also works for me. Does it compile for you, now? |
mvn install
gave an error for ugs-pendant.I don't know why nobody else has had this problem, but replacing type
number
withNodeJS.Timeout
made the error go away.