mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
feat: initialize monorepo with package.json for CCW workflow platform
This commit is contained in:
@@ -84,7 +84,7 @@ export function SemanticInstallDialog({ open, onOpenChange, onSuccess }: Semanti
|
||||
onSuccess?.();
|
||||
onOpenChange(false);
|
||||
} else {
|
||||
throw new Error(result.error || 'Installation failed');
|
||||
throw new Error(result.message || 'Installation failed');
|
||||
}
|
||||
} catch (err) {
|
||||
showError(
|
||||
|
||||
Reference in New Issue
Block a user