Skip to content

Instantly share code, notes, and snippets.

@geek
Last active August 29, 2015 14:02
Show Gist options
  • Save geek/da524d0a9b2bcf6faf30 to your computer and use it in GitHub Desktop.
Save geek/da524d0a9b2bcf6faf30 to your computer and use it in GitHub Desktop.
exports.register = function (plugin, options, callback) {
plugin.events.on('internalError', function (request, err) {
console.log(err);
});
callback();
};
exports.register.attributes = {
name: 'log-errors',
version: '1.0.0'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment