diff --git a/runtime/bot.js b/runtime/bot.js index 46ccad5..f4912cc 100644 --- a/runtime/bot.js +++ b/runtime/bot.js @@ -645,6 +645,7 @@ function connect() { try { pathWatchdog?.stop(); pathWatchdog = createPathfinderWatchdog(bot); + info("pathfinder", "stuck-replan watchdog armed"); } catch (e) { warn("pathfinder", `watchdog start failed: ${e?.message ?? e}`); } });