Fix development-mode console forwarding so failures while sending messages to the Vite server are handled instead of becoming unhandled promise rejections. If forwarding a console message fails, report that failure through the existing console-forwarding channel when possible. If reporting the failure also fails, surface non-connection errors through the original console error function without recursively forwarding them. Sends attempted before the transport has connected are expected during startup and must be ignored silently. Apply the same rejection handling to forwarding browser error and unhandled-rejection events, while preserving normal local console output and event payloads.