fix(plugins): recover source-only install shadows

This commit is contained in:
Vincent Koc
2026-05-04 03:26:54 -07:00
parent 4c40686f9e
commit 51d3ec7395
5 changed files with 43 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ function shouldAllowInvalidConfigForAction(actionCommand: Command, commandPath:
commandPath,
argv: process.argv,
}),
) === "allow-bundled-recovery"
) === "allow-plugin-recovery"
);
}