Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop throwing exceptions from the CallbackBridge constructor on Darwi…
…n. (#13094) This leads to a weird situation where depending on exactly what the action block does we might throw from the call _and_ queue up an async error report, or maybe we'll just do an async error report. Instead, just reuse our normal async error report machinery to report the error we ran into.
- Loading branch information