cc-wrapper: fix bool handling for empty and zero values
Before the code would fail silently for zero values and with some output for empties. We now currently handle both via defaulting value to zero and making `let` return success error code when there's no syntax error.
parent
1d15dadb
Please register or sign in to comment