mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 01:25:55 +03:00
[GH-ISSUE #161] TypeError: Cannot read property 'size' of undefined #131
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shootyou on GitHub (Aug 27, 2015).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/161
/usr/local/lib/node_modules/log.io/lib/harvester.js:90
_this._readNewLogs(path, stat.size, currSize);
^
TypeError: Cannot read property 'size' of undefined
at /usr/local/lib/node_modules/log.io/lib/harvester.js:90:42
at FSReqWrap.oncomplete (fs.js:95:15)
/usr/local/lib/node_modules/log.io/lib/harvester.js:90
_this._readNewLogs(path, stat.size, currSize);
^
TypeError: Cannot read property 'size' of undefined
at /usr/local/lib/node_modules/log.io/lib/harvester.js:90:42
at FSReqWrap.oncomplete (fs.js:95:15)
When this happens,the 'harvester' goes down.
@shootyou commented on GitHub (Aug 27, 2015):
I guess removing log files will cause this exception.