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

Merge branch 'main' of github.com:tw93/Mole

This commit is contained in:
Tw93
2025-12-28 20:15:27 +08:00
4 changed files with 4 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ readonly PURGE_TARGETS=(
"obj" # C# / Unity
".turbo" # Turborepo cache
".parcel-cache" # Parcel bundler
".dart_tool" # Flutter/Dart build cache
)
# Minimum age in days before considering for cleanup

View File

@@ -214,7 +214,7 @@ clean_time_machine_failed_backups() {
fi
# Skip if backup is running (check actual Running status, not just daemon existence)
if tmutil status 2>/dev/null | grep -q "Running = 1"; then
if tmutil status 2> /dev/null | grep -q "Running = 1"; then
if [[ "$spinner_active" == "true" ]]; then
stop_section_spinner
fi