Example #1
0
 }, function (err, matches) {
   if (err) {
     log.error(err);
     res.send(500);
   } else {
     res.send(matches);
   }
 });
Example #2
0
 r.error = function(text) {
     log.error(text);
 };