mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9de7130a9a
#### Before this patch: ``` $ bin/mruby -ce 1 bin/mruby: Cannot open program file: 1 ``` #### After this patch: ``` $ bin/mruby -ce 1 Syntax OK ```