Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt ExecJS::GraalJSRuntime to foreign exception changes in TruffleRuby
* Foreign exceptions are no longer translated to ::RuntimeError but remain as foreign exceptions and are given the class Polyglot::ForeignException. * The backtrace can be nil, notably when throwing a JS string.
- Loading branch information