kandashi / Next-Up

Auto focus on new combatant
MIT License
12 stars 9 forks source link

several errors in the console on startup #70

Closed vlaminck closed 3 years ago

vlaminck commented 3 years ago

When I first navigate to my game, I see 37 errors in the console that all look like this:

foundry.js:2498 Foundry VTT | Error thrown in hooked function Hooks._call#hook=preDeleteToken

foundry.js:2499 TypeError: Cannot read property 'children' of undefined
    at Function.clearMarker (nextUp.js:338)
    at nextUp.js:182
    at Hooks._call#hook=preDeleteToken (libWrapper-errors.js:190)
    at Function._call (foundry.js:2496)
    at C.🎁call_wrapped [as call_wrapped] (libWrapper-wrapper.js:441)
    at Function.🎁Hooks._call#lib-wrapper (libWrapper-errors.js:205)
    at Function.🎁Hooks._call#0 (libWrapper-wrapper.js:142)
    at Function.call (foundry.js:2481)
    at foundry.js:30109
    at Array.reduce (<anonymous>)

I'm using chrome on a MacBook Pro

vlaminck commented 3 years ago

🤦 I updated the module and the errors went away.