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
2026-04-21 20:33:22 +02:00
Description
No description provided
611 KiB
2026-05-14 21:39:15 +02:00
Languages
TypeScript 96.7%
Shell 2.6%
Dockerfile 0.7%