ERR_CHILD_PROCESS_STDIO_MAXBUFFER


当主进程尝试从子进程的 STDERR/STDOUT 读取数据时使用,而数据的长度超过了 maxBuffer 选项。

【Used when the main process is trying to read data from the child process's STDERR/STDOUT, and the data's length is longer than the maxBuffer option.】