Open rrcampbell-exe opened 3 years ago
Occasionally, an error appears in the console that reads as follows:
Uncaught (in promise) TypeError: Cannot convert undefined or null to object at Function.keys () at script.js:160
This does not appear to affect the dCharacter's attack power, however, despite line 160 of script.js being the line where this value is assigned.
script.js
Description
Occasionally, an error appears in the console that reads as follows:
This does not appear to affect the dCharacter's attack power, however, despite line 160 of
script.js
being the line where this value is assigned.