ReferenceError: FIND_TOMBSTONES is not defined
-
I wanted to test some code changes on the PTR, but I keep getting this error with just my main code:
ReferenceError: FIND_TOMBSTONES is not defined at Object.addTasks (room:29:15) at Object.module.exports.loop (main:68:19) at __mainLoop:1:52 at __mainLoop:2:3 at Object.exports.evalCode (<runtime>:152:76) at Object.exports.run (<runtime>:30136:24)
The exact same code works perfectly fine on the main realm. What's going on?
-
After a bit of analysis, it appears that the PTR
common
module is stuck on an old commit, judging by the fact thatCONTROLLER_DOWNGRADE_RESTORE
is defined butFIND_TOMBSTONES
is not. However, it does have updated versions of the other modules;Tombstone
is available in the global namespace.