-
Notifications
You must be signed in to change notification settings - Fork 62
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
BUG: getConfig should return the whole config #152
Comments
Another test fails on Node 6 https://travis-ci.org/ipfs/js-ipfsd-ctl/builds/244451297 |
Merged
After reopening the PR, the other test now fails on Node 4 https://travis-ci.org/ipfs/js-ipfsd-ctl/builds/245233174 |
Thank you for fixing the config bit. Let's review the remaining bugs in another issue/PR |
Sure, not sure what it could be but I opened a new issue for the random CI failures #158 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If no key is passed, the whole config is returned as an object.
https://ipfs.github.io/js-ipfsd-ctl/#nodegetconfig
currently it returns Error: Failed to get config value: " key has no attributes"
see #151
The text was updated successfully, but these errors were encountered: