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

Javascript errors bubbling up through structured error messages #79

Open
schanzer opened this issue Aug 27, 2012 · 0 comments
Open

Javascript errors bubbling up through structured error messages #79

schanzer opened this issue Aug 27, 2012 · 0 comments

Comments

@schanzer
Copy link
Contributor

(place-image (circle 10 "solid" "red") 2 3 (circle 10 "solid" "red") (circle 10 "solid" "red"))

Will return the following error:
place-image: expects 4 arguments, but given 5: [object Object] 2 3 [object Object] [object Object]

Instead of the expected:
place-image: expects 4 arguments, but given 5: 2 3

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

1 participant