1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-11 17:03:59 +00:00

improve code quality and fix signal handling

This commit is contained in:
Tw93
2025-12-26 20:34:38 +08:00
parent cebbc8396a
commit a7c989588e
9 changed files with 344 additions and 49 deletions

View File

@@ -423,9 +423,7 @@ clean_project_artifacts() {
if [[ -t 1 ]]; then
stop_inline_spinner
fi
printf '\n'
echo -e "${GRAY}Interrupted${NC}"
printf '\n'
echo ""
exit 130
}
trap cleanup_scan INT TERM