diff --git a/.gitignore b/.gitignore index 72cb5d9..02130c1 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ unicode unicode_gen run_octane run_sunspider_like +build/ diff --git a/qjs.c b/qjs.c index 6e7efdc..41ff6cb 100644 --- a/qjs.c +++ b/qjs.c @@ -718,7 +718,6 @@ start: js_std_eval_binary(ctx, qjsc_repl, qjsc_repl_size, 0); } - eval_buf(ctx, pf, strlen(pf), "", JS_EVAL_TYPE_MODULE); if (standalone || compile_file) { if (JS_IsException(ret)) { ret = JS_GetException(ctx);