bin/ai in csd-0.1.9 vs bin/ai in csd-0.1.10
- old
+ new
@@ -20,7 +20,7 @@
exit e.status_code
rescue Interrupt
# Lastly, close the AI gracefully on abnormal termination
CSD.ui.separator
CSD.ui.info "Quitting the AI...".red
- exit
+ exit 1
end
\ No newline at end of file