this.proc.stderr.on('data', function(data) {
    self.print.call(self, data, self.options.stderr);
  });