mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[PR #170] [CLOSED] bug fix when removing watched file #254
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#254
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?
📋 Pull Request Information
Original PR: https://github.com/NarrativeScience-old/log.io/pull/170
Author: @thomas-cadeau
Created: 11/9/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
f2f5d24bug fix on 'TypeError: Cannot read property 'size' of undefined'718c1feadd return stmt1db0b4fremoving failing test build59c6b46start an harvester server for every 'harvester*' found config filefaeb102change ignore files for git and npmbf5a991adding node_modules to npm pack and changing default config location📊 Changes
12 files changed (+62 additions, -26 deletions)
View changed files
📝
.gitignore(+2 -1)📝
.npmignore(+5 -0)📝
Cakefile(+1 -1)📝
bin/log.io-harvester(+32 -11)📝
bin/log.io-server(+3 -3)📝
conf/harvester.conf(+8 -5)📝
conf/log_server.conf(+1 -1)📝
conf/web_server.conf(+1 -1)➕
example/testlogout1.log(+1 -0)➕
example/testlogout2.log(+1 -0)➕
example/testlogout3.log(+1 -0)📝
src/harvester.coffee(+6 -3)📄 Description
when removing a watched file, the watcher crashes:
/logio/node_modules/log.io/lib/harvester.js:90
_this._readNewLogs(path, stat.size, currSize);
^
TypeError: Cannot read property 'size' of undefined
at /home/logio/node_modules/log.io/lib/harvester.js:90:42
at FSReqWrap.oncomplete (fs.js:95:15)
error: Lost TCP connection...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.