fix(cli): repair preaction merge typo

This commit is contained in:
Peter Steinberger 2026-03-15 18:47:23 -07:00
parent fb991e6f31
commit 57a0534f93
No known key found for this signature in database

View File

@ -151,7 +151,6 @@ export function registerPreActionHooks(program: Command, programVersion: string)
...(suppressDoctorStdout ? { suppressDoctorStdout: true } : {}),
});
// Load plugins for commands that need channel access
if (shouldLoadPluginsForCommand(commandPath, argv)) {
if (shouldLoadPluginsForCommand(commandPath, argv)) {
const { ensurePluginRegistryLoaded } = await loadPluginRegistryModule();
ensurePluginRegistryLoaded({ scope: resolvePluginRegistryScope(commandPath) });