diff --git a/desktop/src/renderer/src/lib/components/workspace/WorkspaceWizard.svelte b/desktop/src/renderer/src/lib/components/workspace/WorkspaceWizard.svelte index 22be286f9..7893a68c7 100644 --- a/desktop/src/renderer/src/lib/components/workspace/WorkspaceWizard.svelte +++ b/desktop/src/renderer/src/lib/components/workspace/WorkspaceWizard.svelte @@ -26,7 +26,7 @@ import { providers } from "$lib/stores/providers.js" import { workspaces } from "$lib/stores/workspaces.js" import { toasts } from "$lib/stores/toasts.js" import { extractErrorMessage } from "$lib/utils/error.js" -import { isCommandSuccess } from "$lib/utils/log-parser.js" +import { isCommandSuccess, stripAnsi } from "$lib/utils/log-parser.js" import type { UnlistenFn } from "$lib/ipc/types.js" type Step = "provider" | "source" | "ide" | "review" | "launch" @@ -679,9 +679,28 @@ function selectTemplate(t: { name: string; source: string }) { {/if} {#if outputLines.length > 0} -
- -
+
+
+

Output

+ +
+
+ +
+
{:else if launchRunning}