4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
|
exports.somehook = function (hook_name, args, cb) {
|
||
|
return cb(["partlast:somehook was here"]);
|
||
|
}
|