1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 19:44:44 +00:00

refactor: improve clean item removal with safe_remove

This commit is contained in:
Tw93
2025-12-18 17:38:37 +08:00
parent 1a50895b23
commit c1784f7aa4
2 changed files with 2 additions and 2 deletions

View File

@@ -612,7 +612,7 @@ clean_project_artifacts() {
# Clean the item
if [[ -e "$item_path" ]]; then
rm -rf "$item_path" 2> /dev/null || true
safe_remove "$item_path" true
# Update stats
if [[ ! -e "$item_path" ]]; then

2
mole
View File

@@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/lib/core/common.sh"
# Version info
VERSION="1.13.10"
VERSION="1.13.11"
MOLE_TAGLINE="Deep clean and optimize your Mac."
# Check TouchID configuration