Chat has started occasionally showing line numbers of code snippets instead of the snippets themselves

Here’s a relevant snippet:

  1. The Next.js server is started using this command:
startLine: 37
endLine: 37
  1. A health check endpoint is set up on port 8080:
startLine: 45
endLine: 49
  1. The script then waits for the Next.js server to finish running:
startLine: 59
endLine: 59