diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-11-29 19:02:04 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-11-29 19:02:04 +0900 |
| commit | df437eebcc50b7c7bd3d68c6d954ba44681b79a3 (patch) | |
| tree | f3905d96dd7e9ea77d589a2ebf41f84942066380 /include | |
| parent | 75e96c6927afd14ee7cee2f7c936b8736cb35339 (diff) | |
| download | mruby-df437eebcc50b7c7bd3d68c6d954ba44681b79a3.tar.gz mruby-df437eebcc50b7c7bd3d68c6d954ba44681b79a3.zip | |
Fix `mruby --verbose` (regression by #4827)
#### Before this patch:
```
$ bin/mruby --verbose -e 'p 1'
bin/mruby: Cannot open program file: --verbose
```
#### After this patch:
```
$ bin/mruby --verbose -e 'p 1'
00001 NODE_SCOPE:
(snip)
irep 0x7fe97041df30 nregs=4 nlocals=1 pools=0 syms=1 reps=0 iseq=11
file: -e
1 000 OP_LOADSELF R1
(snip)
1
```
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
