Backported the old streams. Nasty if statements abound.

This commit is contained in:
Gareth Jones
2013-04-07 14:32:39 +10:00
parent 36c5175a55
commit 9c5dff382e
14 changed files with 783 additions and 205 deletions
+7 -1
View File
@@ -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);