aot pass all tests
This commit is contained in:
@@ -306,6 +306,7 @@ static JSValue js_os_rusage(JSContext *js, JSValue self, int argc, JSValue *argv
|
||||
|
||||
JSC_SCALL(os_system,
|
||||
int err = system(str);
|
||||
JS_SetPauseFlag(js, 0);
|
||||
ret = number2js(js,err);
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user