mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 01:30:43 +00:00
fix(doctor): route setup doctor discovery (#69919)
Merged via squash.
Prepared head SHA: 90c7067941
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
This commit is contained in:
committed by
GitHub
parent
a8a023779d
commit
a197b544fe
@@ -255,7 +255,9 @@ async function loadConfigFromSnapshotForInstall(
|
||||
);
|
||||
}
|
||||
let nextConfig = snapshot.config;
|
||||
for (const mutation of await collectChannelDoctorStaleConfigMutations(snapshot.config)) {
|
||||
for (const mutation of await collectChannelDoctorStaleConfigMutations(snapshot.config, {
|
||||
env: process.env,
|
||||
})) {
|
||||
nextConfig = mutation.config;
|
||||
}
|
||||
return nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user