felixge / felixge/node-growing-file

_ended is never set to true

Aperta
#4 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
106
Fork
14
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Hi. I've just been reading `lib/growing_file.js` and I noticed that _end is tested...

``` javascript
GrowingFile.prototype._reachedEnd = function() {
return (this._ended || this._timedOut());
};
```

but there's no code that sets _end to true. It's always false. Is it a bug?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.