nbb

craftybones 2024-10-12T09:09:41.533839Z

Can I capture the output of js/console.log with something like with-out-str ? If not, can someone suggest a way. I am the testing the output of somebody else’s code that I am running inside a wrapped function, so using print[ln] is not an option.

borkdude 2024-10-12T09:12:41.345769Z

I don't see a way unless you patch console.log

craftybones 2024-10-12T09:13:20.538329Z

Cool. Thanks. Thought as much.