Bumping version to 0.0.7, exposing loggers, minor bug fixes, cluster connection (wip)
This commit is contained in:
@ -18,7 +18,7 @@ SimpleQueuedHandler.prototype.registerHandler = function(type, handler) {
|
||||
try {
|
||||
handler(msg);
|
||||
} catch(e) {
|
||||
console.log('ERROR: ', e);
|
||||
console.log('ERROR: ', e.stack);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user