dyoo / WeScheme

29 stars 16 forks source link

Javascript errors bubbling up through structured error messages #79

Open schanzer opened 12 years ago

schanzer commented 12 years ago

(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