ryukzak / nitta

BSD 3-Clause "New" or "Revised" License
21 stars 6 forks source link

Console output is broken #192

Closed BasicEC closed 2 years ago

BasicEC commented 2 years ago
$ stack exec nitta -- examples/teacup.lua --fsim --format=md -t=fx24.32
| Cycle  |
|:-------|
| 1      |
| 2      |
| 3      |
| 4      |
| 5      |
| 6      |
| 7      |
| 8      |
| 9      |
| 10     |
$ stack exec nitta -- examples/teacup.lua --fsim --format=json -t=fx24.32
[]

Output should be like in README.md

BasicEC commented 2 years ago

@ArturGogiyan I'm not sure that #193 isn't related to this bug. Can you check if the problem is gone after fixing this bug?