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
dd406af274
commit
71134f6280
1 changed files with 1 additions and 1 deletions
2
qjs.c
2
qjs.c
|
@ -677,7 +677,7 @@ start:
|
||||||
}
|
}
|
||||||
|
|
||||||
//POLYFILLS FOR QJS INTERACTIVE BEGIN
|
//POLYFILLS FOR QJS INTERACTIVE BEGIN
|
||||||
eval_buf(ctx, pf, strlen(pf), "<input>", JS_EVAL_TYPE_MODULE);
|
// eval_buf(ctx, pf, strlen(pf), "<input>", JS_EVAL_TYPE_MODULE);
|
||||||
|
|
||||||
if (standalone) {
|
if (standalone) {
|
||||||
JSValue ns = load_standalone_module(ctx);
|
JSValue ns = load_standalone_module(ctx);
|
||||||
|
|
Loading…
Reference in a new issue