Skip to content

Commit 3b89282

Browse files
committed
fixup!
1 parent 16e7acc commit 3b89282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qjs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ int main(int argc, char **argv)
404404
{
405405
JSRuntime *rt;
406406
JSContext *ctx;
407-
JSValue ret;
407+
JSValue ret = JS_UNDEFINED;
408408
struct trace_malloc_data trace_data = { NULL };
409409
int optind = 1;
410410
char *compile_file = NULL;

0 commit comments

Comments
 (0)