Rhino Compute Error and Warning Logs

Thank you so much for taking the time to reply! Are warnings natively supported or do I have to enable them?

In the following javascript code I am evaluating a grashopper definition that contains a warning, but an empty response object is returned that doesn’t contain warnings logs. It would be helpful for me to know which component caused the warning.

`const res = await RhinoCompute.Grasshopper.evaluateDefinition(definition, trees)`

Thanks again!