mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-08 04:10:35 -07:00
feat(core): improve subagent result display (#20378)
This commit is contained in:
@@ -53,7 +53,7 @@ export function calculateToolContentMaxLines(options: {
|
||||
)
|
||||
: undefined;
|
||||
|
||||
if (maxLinesLimit) {
|
||||
if (maxLinesLimit !== undefined) {
|
||||
contentHeight =
|
||||
contentHeight !== undefined
|
||||
? Math.min(contentHeight, maxLinesLimit)
|
||||
|
||||
Reference in New Issue
Block a user