Commit 36216ac6 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge branch 'master' of github.com:mruby/mruby

parents 103ab2e5 c8c4dfe4
...@@ -287,6 +287,10 @@ main(int argc, char **argv) ...@@ -287,6 +287,10 @@ main(int argc, char **argv)
return EXIT_FAILURE; return EXIT_FAILURE;
} }
} }
else {
fprintf(stderr, "Output file is required\n");
return EXIT_FAILURE;
}
result = dump_file(mrb, wfp, args.outfile, &args); result = dump_file(mrb, wfp, args.outfile, &args);
fclose(wfp); fclose(wfp);
cleanup(mrb, &args); cleanup(mrb, &args);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment