commit
f9f57aa2be
1 changed files with 0 additions and 1 deletions
|
@ -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'});
|
||||
|
|
Loading…
Reference in a new issue