Skip to content

Commit abb0b2b

Browse files
committed
fix(clean): use defined ICON_WARNING instead of undefined ICON_SKIP
Ref #531
1 parent 509bbbf commit abb0b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/clean/dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ clean_dev_mobile() {
541541
# Check if simctl is accessible and working
542542
if ! xcrun simctl list devices > /dev/null 2>&1; then
543543
debug_log "simctl not accessible or CoreSimulator service not running"
544-
echo -e " ${GRAY}${ICON_SKIP}${NC} Xcode unavailable simulators · simctl not available"
544+
echo -e " ${GRAY}${ICON_WARNING}${NC} Xcode unavailable simulators · simctl not available"
545545
note_activity
546546
return 0
547547
fi

0 commit comments

Comments
 (0)