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

println? #511

Closed
d4hines opened this issue Nov 22, 2020 · 2 comments · Fixed by #2999
Closed

println? #511

d4hines opened this issue Nov 22, 2020 · 2 comments · Fixed by #2999
Assignees

Comments

@d4hines
Copy link

d4hines commented Nov 22, 2020

As I'm working through the Taquito docs, I keep seeing references to println, which doesn't exist in Javascript standard lib. It might be smoother for users trying to copy-paste code by changing such references to console.log.

@roxaneletourneau
Copy link
Collaborator

roxaneletourneau commented Nov 22, 2020

Hi @d4hines
println is a custom method allowing to print data under the live examples when hitting the run button, but yes I think it could be a good idea to override the console.

@michaelkernaghan
Copy link
Collaborator

this suggests changing all live code examples in docs to use console log instead of println.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants