mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge 39ee17ccf8 into b867ec9145
This commit is contained in:
commit
f491733e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ export const CommandExecution = ({ executionId, text, icon, title }: CommandExec
|
|||
{status?.status === "exited" && (
|
||||
<div className="flex flex-row items-center gap-2 font-mono text-xs">
|
||||
<StandardTooltip
|
||||
content={t("chat.commandExecution.exitStatus", { exitStatus: status.exitCode })}>
|
||||
content={t("chat:commandExecution.exitStatus", { exitCode: status.exitCode })}>
|
||||
<div
|
||||
className={cn(
|
||||
"rounded-full size-2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue