mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
@@ -170,10 +170,10 @@ function formatReadResult(
|
||||
options: ToolRenderResultOptions,
|
||||
theme: Theme,
|
||||
showImages: boolean,
|
||||
cwd: string,
|
||||
_cwd: string,
|
||||
isError: boolean,
|
||||
): string {
|
||||
if (!options.expanded && !isError && getCompactReadClassification(args, cwd)) {
|
||||
if (!options.expanded && !isError) {
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user