You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments