[1.12.1] - 2025-07-07
Bug Fixes
- Bridge's error conversion logic now uses the
isPromisenode's utility function instead of aninstanceof Promisecheck. The latter may give false negatives in Jest, resulting in not converting errors thrown from the Rust side. This has been causing Jest tests to fail withShutdownError: Worker has been shutdownerrors using TS SDK 1.12.0. (#1737)