mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 17:00:22 +00:00
fix: preserve linked install unsafe flag and baseline regressions
This commit is contained in:
@@ -183,7 +183,7 @@ export function normalizeCompatibilityConfig({
|
||||
}
|
||||
}
|
||||
|
||||
if (!changed) {
|
||||
if (!changed && changes.length === 0) {
|
||||
return { config: cfg, changes: [] };
|
||||
}
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user