From 2c5253736ba4dfdb9ccbb77929351029d51269d5 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 26 Dec 2025 03:46:26 +0000 Subject: [PATCH] chore: auto format code --- lib/clean/dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clean/dev.sh b/lib/clean/dev.sh index 9206aad..88577a9 100644 --- a/lib/clean/dev.sh +++ b/lib/clean/dev.sh @@ -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)"