lit
lit copied to clipboard
Catch errors in various places
In many places, we seem to not be catching that many errors. Also, in litSetup we fatal from that function instead of returning control to the parent call from lit.go. Returned control from there to lit.go. Other minor assignment error fixes.