Files
Paul Kloppers 978211dc65 fix(redstone): close race in withSlowToolIndicator orphaning wiki loop
The setTimeout callback awaited sendMessage before installing the
rotation interval. If the tool resolved during that await, the finally
cleanup ran before rotateTimer existed, leaving an interval that edited
the "reading the wiki…" placeholder forever. Added a `done` flag so the
callback bails (and deletes the placeholder) if the tool already finished.
2026-05-14 12:42:55 +02:00
..
2026-05-11 21:51:59 +02:00