Skip to content

Commit c481314

Browse files
author
Balazs.Tomkovics
committed
Fixing archived files name bug.
1 parent e052f2d commit c481314

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,6 @@ DailyRotateFile.prototype._createStream = function () {
584584
var out = fs.createWriteStream(logfile + '.gz');
585585

586586
inp.pipe(gzip).pipe(out);
587-
588-
self._created += 1;
589587
fs.unlink(String(logfile));
590588
}
591589
}

0 commit comments

Comments
 (0)