Question
Automation Blocks - Undo Mismatch
I've been writing a couple of somewhat involved scripts and been getting the following message a fair amount:

I went looking in the generated .jsx file that I created and found a large portion of the script is in a single
app.beginUndoGroup
I get that it's so the whole portion of executed script can be undone, but on long scripts, it's never gonna happen.
Is there a way to supress or get around this error?
