CLI doesn't properly deal with errors #97
Labels
cmp:frontend
Component: Compiler frontend (e.g., CLI, parser, AST)
dfct:easy
Difficulty: Easy
typ:bug
Type: Bug/defect
The current
nirum
CLI terminates with exit code0
even when it's errored. Also it prints error messages intostdout
instead ofstderr
.We could utilize
die
function provided by the standard librarySystem.Exit
module.The text was updated successfully, but these errors were encountered: