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

Results are too large for console.log #541

Closed
chronaeon opened this issue Jun 12, 2019 · 2 comments
Closed

Results are too large for console.log #541

chronaeon opened this issue Jun 12, 2019 · 2 comments

Comments

@chronaeon
Copy link

Thank you @ricmoo for making Ethers.js, using the MIT license, and keeping the issues threads positive and friendly!

The solution from #487 worked well for me and my logs are decoding, and the output looks great!

At the end of my list of great looking logs, I'm getting

  ... 3 more items ]

How should I view the 3 more items?

@ricmoo
Copy link
Member

ricmoo commented Jun 12, 2019

That’s just console.log. It only shows so much, but it’s all there. Try using console.log(result, { depth: null }) instead. :)

@chronaeon
Copy link
Author

Thanks!

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

2 participants