summaryrefslogtreecommitdiff
path: root/available_plugins/ep_fintest/partlast.js
blob: c3f1fc3ebb1ec529c0fa86e2b5e5187a7790d3d1 (plain)
1
2
3
exports.somehook = function (hook_name, args, cb) {
  return cb(["partlast:somehook was here"]);
}