update so that it actually isnt used by the code
This commit is contained in:
parent
8a00e7417b
commit
d904850a06
1 changed files with 4 additions and 4 deletions
8
qjs.c
8
qjs.c
|
@ -397,10 +397,10 @@ int main(int argc, char **argv)
|
|||
trace_memory++;
|
||||
continue;
|
||||
}
|
||||
if (!strcmp(longopt, "std")) {
|
||||
load_std = 1;
|
||||
continue;
|
||||
}
|
||||
//if (!strcmp(longopt, "std")) {
|
||||
//load_std = 1;
|
||||
//continue;
|
||||
//}
|
||||
if (!strcmp(longopt, "unhandled-rejection")) {
|
||||
dump_unhandled_promise_rejection = 1;
|
||||
continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue