forgot to remove a line lol
Some checks are pending
ci / Linux (Ubuntu) (push) Waiting to run
ci / linux-asan (push) Waiting to run
ci / linux-msan (push) Waiting to run
ci / linux-ubsan (push) Waiting to run
ci / macOS (push) Waiting to run
ci / macos-asan (push) Waiting to run
ci / macos-ubsan (push) Waiting to run
ci / freebsd (push) Waiting to run
ci / qemu-alpine (arm32v6) (push) Waiting to run
ci / qemu-alpine (arm32v7) (push) Waiting to run
ci / qemu-alpine (arm64v8) (push) Waiting to run
ci / qemu-alpine (i386) (push) Waiting to run
ci / qemu-alpine (s390x) (push) Waiting to run

This commit is contained in:
Arma-Damna-Dillo 2025-01-06 15:30:41 -06:00
parent 01f7cc7d43
commit 98e7a7e595
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View file

@ -20,3 +20,4 @@ unicode
unicode_gen unicode_gen
run_octane run_octane
run_sunspider_like run_sunspider_like
build/

1
qjs.c
View file

@ -718,7 +718,6 @@ start:
js_std_eval_binary(ctx, qjsc_repl, qjsc_repl_size, 0); js_std_eval_binary(ctx, qjsc_repl, qjsc_repl_size, 0);
} }
eval_buf(ctx, pf, strlen(pf), "<input>", JS_EVAL_TYPE_MODULE);
if (standalone || compile_file) { if (standalone || compile_file) {
if (JS_IsException(ret)) { if (JS_IsException(ret)) {
ret = JS_GetException(ctx); ret = JS_GetException(ctx);