mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
### What does this PR do? Defers exceptions thrown by NAPI code until execution returns/flows to JS code. ### How did you verify your code works? Ran existing NAPI tests and added to napi.test.ts.