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 installgave an error for ugs-pendant.I don't know why nobody else has had this problem, but replacing type
numberwithNodeJS.Timeoutmade the error go away.