rm numeric

This commit is contained in:
2026-01-20 20:09:06 -06:00
parent 854d94e5c3
commit ef49606098
3 changed files with 17 additions and 87 deletions

View File

@@ -283,6 +283,7 @@ int uncaught_exception(JSContext *js, JSValue v)
return 1;
}
JSValue exp = JS_GetException(js);
if (JS_IsNull(rt->on_exception)) {
const char *str = JS_ToCString(js, exp);