updated streamroller, because 0.1.0 was broken

This commit is contained in:
Gareth Jones 2016-10-23 12:02:16 +11:00
parent 301dd50023
commit dc831b8a99
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
"dependencies": {
"debug": "^2.2.0",
"semver": "^5.3.0",
"streamroller": "^0.1.0"
"streamroller": "^0.1.1"
},
"devDependencies": {
"jshint": "^2.9.2",

View File

@ -473,7 +473,7 @@ vows.describe('log4js').addBatch({
topic: function() {
var appenderEvents = [],
fakeConsole = {
'name': 'console',
'name': 'stdout',
'appender': function () {
return function(evt) {
appenderEvents.push(evt);