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
Hi there,
Reproduction steps:
$ node -v v8.9.0 $ npm list nconf [email protected] /home/julian/Projects/nodebb/forum └── [email protected] $ node > var a = { "foo": "bar" }; undefined > a { foo: 'bar' } > nconf.overrides(a); ... some nconf-y output... > a { foo: 'bar', type: 'literal' }
I don't think adding type: 'literal' is intended...?
type: 'literal'
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. No, shouldn't be occurring.
If you can find the bug, PRs are appreciated. Otherwise, a maintainer will hopefully get to this eventually.
Sorry, something went wrong.
No branches or pull requests
Hi there,
Reproduction steps:
I don't think adding
type: 'literal'
is intended...?The text was updated successfully, but these errors were encountered: