-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
console logging p5.Vector #469
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
Comments
this is an error with the console component i think—it doesn't know how to handle class structures which hold references to themselves and thus are cyclical. this is handled in chrome developer tools by having open and close arrows. |
this is now fixed thanks to #656 |
Woohoo! I am constantly demonstrating the beauty of console logging |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Related to #468, but I think a different problem so filing a separate issue. Trying to
print()
orconsole.log()
ap5.Vector
object results in the following message:Converting circular structure to JSON
. We should see:{x: 100, y: 100, z: 0}
.The text was updated successfully, but these errors were encountered: