child.stderr.on('data', function(data) {
    err += data;
    if (opts.stderr && opts.stderr.writable)
      opts.stderr.write(data);
  });