function()

in server.js [48:51]


    function (err, data) {
      if (err) console.log(err, err.stack);
      else return data;
    }