whoopsie oopsie
This commit is contained in:
parent
6930c1ef9d
commit
b2d3293a97
1 changed files with 1 additions and 1 deletions
2
qjs.c
2
qjs.c
|
@ -496,7 +496,7 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
//POLYFILLS BEGIN
|
//POLYFILLS BEGIN
|
||||||
const char *reqPF = "async function require(x) { {\n"
|
const char *reqPF = "async function require(x) {\n"
|
||||||
" const y = await import(x);" // use dynamic import.
|
" const y = await import(x);" // use dynamic import.
|
||||||
" return y;\n"
|
" return y;\n"
|
||||||
"}\n";
|
"}\n";
|
||||||
|
|
Loading…
Reference in a new issue