How To Get BatchPlay To Work With API 2

I guess try blocks don’t catch every error inside them in javascript? I was using a function that wraps executeAsModel to catch any errors and then passing the async function that contains the batchplay call into the error-catching function. I’m almost positive that in python, for example, any exception hit in the block would be caught.

But that does not appear to be the case in this language, because as soon as I used your version, which only wraps the batchplay call, I finally got some logs.

Thanks.