Noticed a couple places where we were accessing e.message directly, which can be dangerous if a primitive is thrown.
Depends on D12083
Differential D12084
[native] Use getMessageForException in registrationServerCall Authored by ashoat on May 17 2024, 12:04 AM.
Details Noticed a couple places where we were accessing e.message directly, which can be dangerous if a primitive is thrown. Depends on D12083 I didn't test this beyond how I tested the rest of the stack. Based on my familiarity with this code, it should be a safe change
Diff Detail
|