Update qjs.c

This commit is contained in:
The Ghost of FOSS' Future 2025-01-09 01:06:20 +00:00 committed by GitHub
parent dd406af274
commit 71134f6280
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
qjs.c
View file

@ -677,7 +677,7 @@ start:
}
//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) {
JSValue ns = load_standalone_module(ctx);