On Tue Jun 10 09:30:04 2025 +0000, Zhiyi Zhang wrote:
Thanks. I've added "TerminateProcess(GetCurrentProcess(), STATUS_FAIL_FAST_EXCEPTION);" to `RoFailFastWithErrorContextInternal2`.
The docs say that this ends up calling `RaiseFailFastException` which would probably be a better choice (currently it does the same thing, but at some point it should raise a proper exception).