Update qjs.c

This commit is contained in:
The Ghost of FOSS' Future 2025-01-06 15:31:15 -06:00 committed by GitHub
parent 3984d3de14
commit 4d17eb56ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);