Executing R Markdown codes no longer stops on Errors

Since the latest RStudio update (2025.05.0), execution of R codes in R Markdown no longer stops on encountering errors, but simply continues to execute the next lines. Same behaviour with "Run Current Chunk", "Run All Chunks", Ctrl+Enter or Ctrl+Shift+Enter.

Is there any way to change this behaviour back to how it was?

Or do we have to wait for an update? I hope this is not an intentional design choice, because it is very illogical to continue executing codes after an error. At the very least, there should be an option to stop on errors. And that should be the default...

It looks like there is a fix in the latest daily builds.

Oh that's great. I will check it out.