mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-13 05:07:53 +02:00
fix(install): guard state before selective merge
This commit is contained in:
@@ -327,6 +327,7 @@ async function applyPreflightedManagedPlan(entry) {
|
||||
);
|
||||
|
||||
const result = require('./install-executor').applyInstallPlan(preview.plan, {
|
||||
beforeInstallStateRead: assertStateUnchanged,
|
||||
beforeOperationWrite({ operation }) {
|
||||
assertStateUnchanged();
|
||||
const expected = preview.operations[operationIndex];
|
||||
|
||||
Reference in New Issue
Block a user