mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Update qjs.c
This commit is contained in:
parent
68d1773417
commit
178998f808
1 changed files with 2 additions and 2 deletions
4
qjs.c
4
qjs.c
|
@ -668,7 +668,7 @@ start:
|
|||
eval_buf(ctx, str, strlen(str), "<input>", JS_EVAL_TYPE_MODULE);
|
||||
}
|
||||
|
||||
// polyfiller(ctx)
|
||||
// polyfiller(ctx);
|
||||
|
||||
for(i = 0; i < include_count; i++) {
|
||||
if (eval_file(ctx, include_list[i], 0))
|
||||
|
@ -715,7 +715,7 @@ start:
|
|||
goto fail;
|
||||
}
|
||||
|
||||
polyfiller(ctx)
|
||||
polyfiller(ctx);
|
||||
|
||||
if (interactive) {
|
||||
js_std_eval_binary(ctx, qjsc_repl, qjsc_repl_size, 0);
|
||||
|
|
Loading…
Reference in a new issue