Skip to content

Instantly share code, notes, and snippets.

var hookio = require('./hook'),
async = require('async'),
path = require('path');
exports.log = function (hook, event, data, sender) {
if (!this.silent) {
sender = sender || {};
var name = sender.name || 'no name specified',
type = sender.type || 'no type specified',