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

chore: auto format code

This commit is contained in:
Tw93
2025-12-26 03:46:26 +00:00
parent 4163fab312
commit 2c5253736b

View File

@@ -38,7 +38,7 @@ clean_dev_npm() {
note_activity
# Get the actual store path to check if default is orphaned
local pnpm_store_path
pnpm_store_path=$(run_with_timeout 5 pnpm store path 2>/dev/null) || pnpm_store_path=""
pnpm_store_path=$(run_with_timeout 5 pnpm store path 2> /dev/null) || pnpm_store_path=""
# If store path is different from default, clean the orphaned default
if [[ -n "$pnpm_store_path" && "$pnpm_store_path" != "$pnpm_default_store" ]]; then
safe_clean "$pnpm_default_store"/* "pnpm store (orphaned)"