···112112 // are handled by the close/error handlers below
113113 child.stdin.on('error', () => {});
114114115115+ // drain stderr so a chatty server doesn't block on a full pipe buffer
116116+ child.stderr.resume();
117117+115118 // #region JSON-RPC framing
116119117120 const pending = new Map<number, PromiseWithResolvers<unknown>>();