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

--json does NOT return json #1

Closed
nickofthyme opened this issue Mar 26, 2019 · 2 comments
Closed

--json does NOT return json #1

nickofthyme opened this issue Mar 26, 2019 · 2 comments

Comments

@nickofthyme
Copy link

console.log(delta);

This returns the javascript object diff not the json version.

Should be

console.log(JSON.strigify(delta));
@moos
Copy link
Owner

moos commented Jun 9, 2019

Fixed in v2.0.0.

@moos moos closed this as completed Jun 9, 2019
@nickofthyme
Copy link
Author

Thanks @moos

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

Successfully merging a pull request may close this issue.

2 participants