if (child.stderr) {
      child.stderr.on('data', (data) => {
        stderr.push(data.toString());
      });
    }