1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

[quickjs] Commented call which caused failure of a few tests

This commit is contained in:
Witold Filipczyk 2024-07-08 15:47:08 +02:00
parent 55a87a8fa8
commit a13ddcce89

View File

@ -208,7 +208,7 @@ el_js_module_loader(JSContext *ctx, const char *module_name, void *opaque)
return NULL;
}
/* XXX: could propagate the exception */
el_js_module_set_import_meta(ctx, func_val, 1, 0);
//el_js_module_set_import_meta(ctx, func_val, 1, 0);
/* the module is already referenced, so we must free it */
m = JS_VALUE_GET_PTR(func_val);
JS_FreeValue(ctx, func_val);