changed the way appenders are loaded, so that they don't need to include log4js as a direct dependency
This commit is contained in:
@@ -30,12 +30,12 @@ describe('log4js in a cluster', function() {
|
||||
cb(worker);
|
||||
}
|
||||
},
|
||||
'./appenders/console': {
|
||||
configure: function() {
|
||||
'./appenders/console': function() {
|
||||
return function() {
|
||||
return function(event) {
|
||||
events.push(event);
|
||||
};
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user