Merge pull request #82 from ricardograca/master

Fix issue #80
master
Trent Mick 2013-03-19 10:34:44 -07:00
commit f9f57aa2be
1 changed files with 0 additions and 1 deletions

View File

@ -918,7 +918,6 @@ function safeCycles() {
if (mv) {
function RotatingFileStream(options) {
assert.ok(options.period, 'need a period');
this.path = options.path;
this.stream = fs.createWriteStream(this.path,
{flags: 'a', encoding: 'utf8'});