We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If follow is being stopped, without being started first, it throws a fatal error:
follow
/server/node_modules/nano/node_modules/follow/lib/feed.js:511 self.log.debug('Stop') ^ TypeError: Cannot read property 'debug' of undefined at Feed.stop (/server/node_modules/nano/node_modules/follow/lib/feed.js:511:11)
I am using follow as part of nano, and this code seems to break the application
nano
var feed = db.follow({since: 'now'}); var feed.on('change', function(change){ console.log(change); }) feed.stop();
Environment
$ npm -v 2.5.1 $ node -v v0.12.0 $ couchdb -V couchdb - Apache CouchDB 1.6.1 $ npm list nano └── [email protected] extraneous
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If
follow
is being stopped, without being started first, it throws a fatal error:I am using
follow
as part ofnano
, and this code seems to break the applicationEnvironment
The text was updated successfully, but these errors were encountered: