sigfawn
aa0bfd0c40
fix(hook): handle error from events.LogFeed ( #440 )
...
* fix(beads): cache version check and add timeout to prevent cli lag
* fix(mail_queue): add nil check for queue config
Prevents potential nil pointer panic when queue config exists
in map but has nil value. Added || queueCfg == nil check to
the queue lookup condition in runMailClaim function.
Fixes potential panic that could occur if a queue entry exists
in config but with a nil value.
* fix(migrate_agents_test): fix icon expectations to match actual output
The printMigrationResult function uses icons with two leading spaces
(" ✓", " ⊘", " ✗") but the test expected icons without spaces.
This fixes the test expectations to match the actual output format.
* fix(hook): handle error from events.LogFeed
Previously the error from LogFeed was silently ignored with _.
Now we log the error to stderr at warning level but don't fail
the operation since the primary hook action succeeded.
2026-01-13 13:40:57 -08:00
..
2026-01-11 23:03:47 -08:00
2026-01-12 01:45:26 -08:00
2026-01-13 13:40:57 -08:00
2026-01-13 13:14:47 -08:00
2026-01-13 13:14:47 -08:00
2026-01-13 00:03:02 -08:00
2026-01-13 12:07:50 -08:00
2026-01-11 23:03:50 -08:00
2026-01-08 20:25:01 -08:00
2026-01-12 02:51:14 -08:00
2026-01-08 12:36:54 -05:00
2026-01-09 21:24:23 -08:00
2026-01-09 02:22:36 +13:00
2026-01-09 02:22:20 +13:00
2026-01-12 23:07:49 -08:00
2026-01-12 00:35:40 -08:00
2026-01-13 11:06:21 -08:00
2026-01-08 20:25:01 -08:00
2026-01-12 01:52:38 -08:00
2026-01-12 17:40:04 -08:00
2026-01-13 13:34:49 -08:00
2026-01-10 22:56:33 -08:00
2026-01-13 11:53:57 -08:00
2026-01-08 20:25:01 -08:00
2026-01-13 13:19:27 -08:00
2026-01-12 02:45:03 -08:00
2026-01-12 02:31:06 -08:00
2026-01-09 23:24:28 -08:00
2026-01-09 14:11:53 -08:00
2026-01-13 13:39:55 -08:00
2026-01-09 22:46:06 -08:00
2026-01-13 13:40:57 -08:00
2026-01-08 22:10:40 +13:00
2026-01-09 18:14:17 -08:00
2026-01-09 13:30:11 -08:00
2026-01-11 18:45:24 -08:00
2026-01-13 13:19:15 -08:00
2026-01-09 23:01:55 -08:00
2026-01-09 23:01:55 -08:00
2026-01-09 23:01:55 -08:00
2026-01-11 00:03:40 -08:00
2026-01-13 13:40:57 -08:00
2026-01-09 23:01:55 -08:00
2026-01-09 23:01:55 -08:00
2026-01-09 23:01:55 -08:00
2026-01-11 23:09:11 -08:00
2026-01-13 13:40:57 -08:00
2026-01-09 22:10:09 -08:00
2026-01-09 00:41:35 -08:00
2026-01-12 23:48:56 -08:00
2026-01-09 22:08:12 -08:00
2026-01-09 00:41:35 -08:00
2026-01-09 00:41:35 -08:00
2026-01-13 13:32:13 -08:00
2026-01-12 16:42:33 -08:00
2026-01-08 22:10:40 +13:00
2026-01-10 00:25:59 -08:00
2026-01-13 13:37:00 -08:00
2026-01-13 13:37:00 -08:00
2026-01-13 13:37:00 -08:00
2026-01-11 18:37:01 -08:00
2026-01-12 23:07:49 -08:00
2026-01-10 18:28:14 -08:00
2026-01-10 18:28:14 -08:00
2026-01-12 23:07:49 -08:00
2026-01-12 23:07:49 -08:00
2026-01-13 03:24:42 -08:00
2026-01-13 13:14:47 -08:00
2026-01-13 13:14:47 -08:00
2026-01-08 20:25:01 -08:00
2026-01-12 01:45:26 -08:00
2026-01-12 17:44:37 -08:00
2026-01-08 20:25:01 -08:00
2026-01-13 13:37:00 -08:00
2026-01-09 21:52:09 -08:00
2026-01-09 21:52:30 -08:00
2026-01-11 18:06:09 -08:00
2026-01-12 01:45:26 -08:00
2026-01-08 22:10:40 +13:00
2026-01-08 20:25:01 -08:00
2026-01-13 14:01:49 +01:00
2026-01-13 13:19:15 -08:00
2026-01-12 03:11:59 -08:00
2026-01-12 03:11:59 -08:00
2026-01-13 14:01:49 +01:00
2026-01-12 03:11:59 -08:00
2026-01-12 17:44:37 -08:00
2026-01-13 13:36:07 -08:00
2026-01-12 03:10:58 -08:00
2026-01-13 13:37:00 -08:00
2026-01-12 02:38:39 -08:00
2026-01-13 13:37:00 -08:00
2026-01-08 12:36:54 -05:00
2026-01-09 22:46:06 -08:00
2026-01-08 20:25:01 -08:00
2026-01-11 22:23:21 -08:00
2026-01-13 13:14:47 -08:00
2026-01-12 03:18:47 -08:00
2026-01-09 21:56:53 -08:00
2026-01-10 23:18:39 -08:00