rm numeric
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user