chore(runtime/pathfinder): explicit info log when watchdog arms (visibility)

This commit is contained in:
2026-05-26 20:00:54 +03:00
parent 01531c54c8
commit 3ee2ab886e
+1
View File
@@ -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}`); }
});