Command line arguments, err messages, help; remove Proxy functions from JS
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user