Command line arguments, err messages, help; remove Proxy functions from JS

This commit is contained in:
2023-09-05 22:09:25 +00:00
parent 4d577dadb7
commit 7ddf807efd
7 changed files with 63 additions and 40 deletions

View File

@@ -1059,7 +1059,8 @@ JSValue duk_cmd(JSContext *js, JSValueConst this, int argc, JSValueConst *argv)
break;
case 124:
pack_engine();
str = JS_ToCString(js, argv[1]);
pack_engine(str);
break;
case 125: