felixge / felixge/node-growing-file
_ended is never set to true
Aperta
- 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.