Skip to content

Commit 0070e4a

Browse files
MrFlounderclaude
andcommitted
fix: missing fi in restart_workspace function
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cb93e69 commit 0070e4a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/crabcode

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,9 @@ restart_workspace() {
15091509
mood_record_event "restart" "workspace $num"
15101510

15111511
success "Workspace $num restarted!"
1512+
else
1513+
echo -e "${YELLOW} Window 'ws$num' not found and not in workspace dir${NC}"
1514+
fi
15121515
else
15131516
echo -e "${YELLOW} Not in tmux session - run 'crabcode $num' to start${NC}"
15141517
fi

0 commit comments

Comments
 (0)