This commit is contained in:
Aiden Cline
2026-01-26 08:49:44 -05:00
parent e2d9638b3c
commit 1187b38c4c

View File

@@ -1719,7 +1719,7 @@ function Read(props: ToolProps<typeof ReadTool>) {
<Show when={loaded()}>
<box paddingLeft={3}>
<text paddingLeft={3} fg={theme.textMuted}>
Loaded {normalizePath(loaded()!)}
Loaded {normalizePath(loaded())}
</text>
</box>
</Show>