Skip to content
New issue

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

require('toobusy').maxLag(10) does not return a function #51

Open
arnaudchenyensu opened this issue Mar 4, 2016 · 0 comments
Open

require('toobusy').maxLag(10) does not return a function #51

arnaudchenyensu opened this issue Mar 4, 2016 · 0 comments

Comments

@arnaudchenyensu
Copy link

When using:

var toobusy = require('toobusy').maxLag(10);

toobusy is not a function. The right way seems to be:

var toobusy = require('toobusy');
toobusy.maxLag(10)

Therefore, the README is misleading IMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant