Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 8 forks source link

log directives for internally sent events #202

Open b1conrad opened 7 years ago

b1conrad commented 7 years ago

the system emits a debug event giving the directives it has gathered when it doesn't have a place to which it can return them. they are currently showing in the Logging tab as "[object Object]". need to show the object itself

0joshuaolson1 commented 7 years ago

Similarly, send_directive("y", options = {"u": [[{}], 9]}) is logged in the console as { directives: [ { options: [Object], name: 'y', meta: [Object] } ] }