nbb 2024-10-12

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.

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

Cool. Thanks. Thought as much.