Backported the old streams. Nasty if statements abound.
This commit is contained in:
@@ -56,6 +56,12 @@ vows.describe('log4js-abspath').addBatch({
|
||||
};
|
||||
}
|
||||
}
|
||||
},
|
||||
globals: {
|
||||
process: {
|
||||
version: "v0.10.1",
|
||||
on: function() {}
|
||||
}
|
||||
}
|
||||
}
|
||||
);
|
||||
@@ -66,4 +72,4 @@ vows.describe('log4js-abspath').addBatch({
|
||||
assert.equal(fileOpened, "/absolute/path/to/whatever.log");
|
||||
}
|
||||
},
|
||||
}).export(module);
|
||||
}).export(module);
|
||||
|
||||
Reference in New Issue
Block a user