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:20:34 +01:00
2026-01-10 02:06:21 +00:00
2026-01-11 10:35:16 +00:00
2026-01-11 10:35:16 +00:00
2026-01-11 00:55:22 +00:00
2026-01-11 04:46:30 +00:00
2026-01-10 04:01:06 +01:00
2026-01-10 04:07:15 +01: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-04 14:38:51 +00:00