diff --git a/qjs.c b/qjs.c index 7edb4f4..3c29c67 100644 --- a/qjs.c +++ b/qjs.c @@ -494,7 +494,7 @@ int main(int argc, char **argv) "globalThis.os = os;\n"; eval_buf(ctx, str, strlen(str), "", JS_EVAL_TYPE_MODULE); } - //POLYFILLS BEGIN + //POLYFILLS BEGIN const char *reqPF = "function require(x) { \n" " import { y } from `String(x)` \n" " return y \n"