danielz1z
4570e1db7d
fix(update): merge custom env with process.env in spawn
...
When the update runner passes custom env vars (like CLAWDBOT_UPDATE_IN_PROGRESS),
the current code uses `env ?? process.env` which replaces the entire environment
instead of merging — losing PATH, HOME, etc.
This causes the doctor step to fail with 'node: No such file or directory'.
Fix: merge custom env with process.env instead of replacing it.
2026-01-11 10:39:07 +00:00
..
2026-01-11 04:46:18 +00:00
2026-01-11 04:20:34 +01:00
2026-01-10 02:06:21 +00:00
2026-01-09 11:06:39 +01:00
2026-01-11 10:35:16 +00:00
2026-01-11 10:35:16 +00:00
2026-01-11 04:10:43 +01:00
2026-01-11 00:55:22 +00:00
2026-01-11 02:27:16 +01:00
2026-01-11 02:27:16 +01:00
2026-01-09 17:18:01 +01:00
2026-01-11 04:46:30 +00:00
2026-01-10 19:19:43 +01:00
2026-01-10 19:16:26 +01:00
2026-01-11 03:51:51 +01:00
2026-01-09 03:04:16 +01:00
2026-01-10 15:28:37 +01:00
2026-01-09 21:52:47 +00:00
2026-01-10 04:01:06 +01:00
2026-01-10 19:16:26 +01:00
2026-01-10 16:36:43 +01:00
2026-01-11 10:39:07 +00:00
2026-01-09 23:00:36 +01:00
2026-01-09 22:30:15 +01:00
2026-01-10 00:52:24 +01:00
2026-01-11 00:12:25 +01:00
2026-01-11 02:27:16 +01:00
2026-01-11 02:27:16 +01:00
2026-01-11 05:01:50 +01:00
2026-01-10 04:07:15 +01:00
2026-01-08 08:49:16 +01:00
2026-01-10 03:01:04 +01:00
2026-01-11 04:11:04 +01:00
2026-01-10 02:39:52 +01:00
2026-01-11 04:37:06 +01:00
2026-01-11 03:57:52 +01:00
2026-01-09 09:27:42 +01:00
2026-01-08 05:20:39 +01:00
2026-01-07 20:59:49 +00:00
2026-01-04 14:57:57 +00:00
2026-01-10 23:32:07 +01:00
2026-01-06 04:51:05 +00:00
2026-01-06 04:51:05 +00:00
2026-01-10 02:39:52 +01:00
2026-01-10 02:39:52 +01:00
2026-01-04 14:38:51 +00:00