461 | ;(_b = child.stdout) == null ? void 0 : _b.on("data", (d) => {
462 | c.store.stdout.push(d);
463 | c.store.stdall.push(d);
464 | c.ee.emit("stdout", d, c);
465 | }).pipe(c.stdout);
^
error: Cannot pipe, not readable
code: "ERR_STREAM_CANNOT_PIPE"