mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 19:40:07 +00:00
chore(clean): reduce noisy clean output messages
- remove redundant project cache scanning line - align xcode runtime empty result message to already clean
This commit is contained in:
@@ -149,7 +149,6 @@ clean_project_caches() {
|
|||||||
fi
|
fi
|
||||||
[[ "$has_dev_projects" == "false" ]] && return 0
|
[[ "$has_dev_projects" == "false" ]] && return 0
|
||||||
fi
|
fi
|
||||||
echo -e " ${GRAY}${ICON_LIST}${NC} Project caches · scanning for Next.js/Python/Flutter artifacts"
|
|
||||||
if [[ -t 1 ]]; then
|
if [[ -t 1 ]]; then
|
||||||
MOLE_SPINNER_PREFIX=" "
|
MOLE_SPINNER_PREFIX=" "
|
||||||
start_inline_spinner "Searching project caches..."
|
start_inline_spinner "Searching project caches..."
|
||||||
|
|||||||
@@ -517,7 +517,7 @@ clean_xcode_simulator_runtime_volumes() {
|
|||||||
if [[ $skipped_protected -gt 0 ]]; then
|
if [[ $skipped_protected -gt 0 ]]; then
|
||||||
echo -e " ${YELLOW}${ICON_WARNING}${NC} Xcode runtime volumes · skipped ${skipped_protected} protected, none removed"
|
echo -e " ${YELLOW}${ICON_WARNING}${NC} Xcode runtime volumes · skipped ${skipped_protected} protected, none removed"
|
||||||
else
|
else
|
||||||
echo -e " ${GRAY}${ICON_EMPTY}${NC} Xcode runtime volumes · nothing removed"
|
echo -e " ${GREEN}${ICON_SUCCESS}${NC} Xcode runtime volumes · already clean"
|
||||||
fi
|
fi
|
||||||
note_activity
|
note_activity
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user