We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019df2a commit 20843e9Copy full SHA for 20843e9
1 file changed
packages/cli/src/hooks/useEventLog.ts
@@ -62,7 +62,7 @@ function formatEventData(event: AgentEvent): string {
62
const formatters: Record<string, (value: unknown) => string> = {
63
action: v => String(v),
64
start: v => `: [${v}]`,
65
- end: v => `-> [${v}]`,
+ end: v => ` -> [${v}]`,
66
app: v => `: ${v}`,
67
element: v => `: [${v}]`,
68
text: v => `: ${v}`,
0 commit comments