[Bug] Console output renders excessive blank lines between log entries

Resolved 💬 3 comments Opened Dec 21, 2025 by gomes0202 Closed Dec 23, 2025

Bug Description
In Claude Code, the console output intermittently renders large empty vertical spaces between lines. These blank gaps push real log lines out of view, making it hard to follow what Claude is doing and what commands/logs were produced. The messages appear to be “there”, but the UI inserts multiple empty lines/space blocks that visually hide the content.

Environment Info

  • Platform: win32
  • Terminal: vscode
  • Version: 2.0.73
  • Feedback ID: 9e3085cf-7a65-4f3c-bd79-5698152230b2

Errors

[{"error":"Error\n    at Eu (B:/~BUN/root/claude.exe:58:1144)\n    at <anonymous> (B:/~BUN/root/claude.exe:59:10093)\n    at emit (node:events:92:22)\n    at endReadableNT (internal:streams/readable:861:50)\n    at processTicksAndRejections (native:7:39)\n    at request (B:/~BUN/root/claude.exe:61:2149)\n    at processTicksAndRejections (native:7:39)","timestamp":"2025-12-21T02:28:56.404Z"},{"error":"Error\n    at Eu (B:/~BUN/root/claude.exe:58:1144)\n    at <anonymous> (B:/~BUN/root/claude.exe:59:10093)\n    at emit (node:events:92:22)\n    at endReadableNT (internal:streams/readable:861:50)\n    at processTicksAndRejections (native:7:39)\n    at request (B:/~BUN/root/claude.exe:61:2149)\n    at processTicksAndRejections (native:7:39)","timestamp":"2025-12-21T02:28:56.529Z"},{"error":"Error\n    at Eu (B:/~BUN/root/claude.exe:58:1144)\n    at <anonymous> (B:/~BUN/root/claude.exe:59:10093)\n    at emit (node:events:92:22)\n    at endReadableNT (internal:streams/readable:861:50)\n    at processTicksAndRejections (native:7:39)\n    at request (B:/~BUN/root/claude.exe:61:2149)\n    at processTicksAndRejections (native:7:39)","timestamp":"2025-12-21T02:28:58.324Z"},{"error":"Error\n    at Eu (B:/~BUN/root/claude.exe:58:1144)\n    at <anonymous> (B:/~BUN/root/claude.exe:59:10093)\n    at emit (node:events:92:22)\n    at endReadableNT (internal:streams/readable:861:50)\n    at processTicksAndRejections (native:7:39)\n    at request (B:/~BUN/root/claude.exe:61:2149)\n    at processTicksAndRejections (native:7:39)","timestamp":"2025-12-21T02:28:58.920Z"},{"error":"Error: EISDIR: illegal operation on a directory, read\n    at readFileSync (unknown)\n    at <anonymous> (B:/~BUN/root/claude.exe:12:500)\n    at tX (B:/~BUN/root/claude.exe:11:8463)\n    at readFileSync (B:/~BUN/root/claude.exe:12:465)\n    at BSD (B:/~BUN/root/claude.exe:4777:22523)\n    at call (B:/~BUN/root/claude.exe:952:945)\n    at call (B:/~BUN/root/claude.exe:948:6251)\n    at st1 (B:/~BUN/root/claude.exe:2132:17481)\n    at processTicksAndRejections (native:7:39)","timestamp":"2025-12-21T02:32:25.305Z"},{"error":"Error: Command failed: C:\\Users\\Matheus\\.local\\bin\\claude.exe --ripgrep --files --glob **/*.tsx --sort=modified --no-ignore --hidden F:/desenvolvimento/ProjetosPessoais/LlamaIndex/app/llamaindex\n    at genericNodeError (node:child_process:1010:22)\n    at exitHandler (node:child_process:103:28)\n    at emit (node:events:98:22)\n    at #maybeClose (node:child_process:778:16)\n    at #handleOnExit (node:child_process:532:72)\n    at processTicksAndRejections (native:7:39)","timestamp":"2025-12-21T02:34:33.019Z"},{"error":"Error: 400 {\"type\":\"error\",\"error\":{\"type\":\"invalid_request_error\",\"message\":\"prompt is too long: 211226 tokens > 200000 maximum\"},\"request_id\":\"req_011CWK4YCt3UD15VQKFr334U\"}\n    at generate (B:/~BUN/root/claude.exe:440:11098)\n    at makeRequest (B:/~BUN/root/claude.exe:787:5435)\n    at processTicksAndRejections (native:7:39)","timestamp":"2025-12-21T02:42:22.841Z"},{"error":"Error: Request was aborted.\n    at makeRequest (B:/~BUN/root/claude.exe:787:3940)\n    at processTicksAndRejections (native:7:39)","timestamp":"2025-12-21T02:42:24.140Z"}]

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗