diff --git a/apps/ai-game-creator-shell/src/view/ui-editor/useUiEditorPage.ts b/apps/ai-game-creator-shell/src/view/ui-editor/useUiEditorPage.ts index 5074d58b2..eabaae116 100644 --- a/apps/ai-game-creator-shell/src/view/ui-editor/useUiEditorPage.ts +++ b/apps/ai-game-creator-shell/src/view/ui-editor/useUiEditorPage.ts @@ -1333,8 +1333,11 @@ export function useUiEditorSession( }); await runSeparationWorkflow(); } catch (cause) { - setSeparationStatus( + reportWorkflowCompletion( + 'asset-separation', + 'failure', cause instanceof Error ? cause.message : String(cause), + setSeparationStatus, ); } }