inim-repl / INim

Interactive Nim shell / REPL / Playground
MIT License
644 stars 23 forks source link

Echo runtime output & misc cleanup #105

Closed Tangdongle closed 4 years ago

Tangdongle commented 4 years ago

Fix for https://github.com/inim-repl/INim/issues/30

We stripped off any runtime output previously. Now we output it.

Additionally, if a script fails to load, the error will output and the repl will continue to run

Tangdongle commented 4 years ago

@0atman Hey mate, when you have a second, would you mind please reviewing this minor fix?

0atman commented 4 years ago

Missed this somehow - thanks @Tangdongle !