From 98e7a7e595f26f955d15574f431e8657f1d80d09 Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Mon, 6 Jan 2025 15:30:41 -0600 Subject: [PATCH] forgot to remove a line lol --- .gitignore | 1 + qjs.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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);