Closed durin42 closed 5 years ago
eg
let foo = [{ bar = "baz"}};
correctly prints
ParseError: Expected Expression to bind at <eval> line: 1, column: 11 Caused By: ParseError: Expected (]) but got (}) at <eval> line: 1, column: 26
but the exit status is 0. ucg build gets the exit status right, but I didn't check other commands.
ucg build
eg
correctly prints
but the exit status is 0.
ucg build
gets the exit status right, but I didn't check other commands.