nitc :: ToolContext :: _keep_going
check_errors
?Default to false.
Set this value to true
if you need to keep the program going in case of error.
# Does an error prevent the program to stop at `check_errors`?
#
# Default to false.
# Set this value to `true` if you need to keep the program going in case of error.
var keep_going = false is writable
src/toolcontext.nit:161,2--165,35