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
Example:
const myMeta = {istay: "a", iWillDissapear: new Map([["a","b"]]) winston.log("Some text", meta); // outputs => Some Text {istay:"a", iWillDissapear: {}}
The cycle library as well as clone do not properly support maps and sets. Id recommend using lodash.clone or lodash.cloneDeep.
The text was updated successfully, but these errors were encountered:
Introduced tests verifying this behavior functions as one would expect here: c4dd5ea
Sorry, something went wrong.
As it stands right now these tests are passing in the latest version as the tests above are defined. As such I'll be closing this issue.
maverick1872
No branches or pull requests
Example:
The cycle library as well as clone do not properly support maps and sets. Id recommend using lodash.clone or lodash.cloneDeep.
The text was updated successfully, but these errors were encountered: