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

Improve clean progress visibility for dev runtime scans

This commit is contained in:
tw93
2026-02-15 08:45:47 +08:00
parent 52d333bc9e
commit 950af1a5ed
3 changed files with 86 additions and 33 deletions

View File

@@ -149,6 +149,7 @@ 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..."