Show err output when evaluating non-interactively

This commit is contained in:
greg
2018-03-24 17:27:54 -07:00
parent ebda79e5fd
commit 78f12c8f1d
3 changed files with 13 additions and 5 deletions

View File

@@ -4,6 +4,9 @@ fn main() {
a + b
}
foo
print(main())