1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 23:40:09 +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:
tw93
2026-02-21 23:48:07 +08:00
parent 37f4a82efa
commit ec3affe882
2 changed files with 1 additions and 2 deletions

View File

@@ -149,7 +149,6 @@ clean_project_caches() {
fi
[[ "$has_dev_projects" == "false" ]] && return 0
fi
echo -e " ${GRAY}${ICON_LIST}${NC} Project caches · scanning for Next.js/Python/Flutter artifacts"
if [[ -t 1 ]]; then
MOLE_SPINNER_PREFIX=" "
start_inline_spinner "Searching project caches..."