Open b1conrad opened 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
Similarly, send_directive("y", options = {"u": [[{}], 9]}) is logged in the console as { directives: [ { options: [Object], name: 'y', meta: [Object] } ] }
send_directive("y", options = {"u": [[{}], 9]})
{ directives: [ { options: [Object], name: 'y', meta: [Object] } ] }
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