1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-10 12:34:22 +00:00

remove old CrashReporter

This commit is contained in:
Tw93
2025-11-30 13:56:16 +09:00
parent d8c5d0e7b6
commit 534a6a2703
5 changed files with 4 additions and 14 deletions

View File

@@ -134,7 +134,6 @@ opt_log_cleanup() {
echo -e "${BLUE}${ICON_ARROW}${NC} Clearing diagnostic & crash logs..."
local -a user_logs=(
"$HOME/Library/Logs/DiagnosticReports"
"$HOME/Library/Logs/CrashReporter"
"$HOME/Library/Logs/corecaptured"
)
for target in "${user_logs[@]}"; do