Skip to content

Commit 2eaa1f6

Browse files
committed
fix: syntax error in terminal.lua
1 parent 377b1ee commit 2eaa1f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/claudecode/terminal.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ function M.get_active_terminal_bufnr()
515515
end
516516

517517

518-
return M
518+
519519

520520
--- Finds the existing Claude terminal buffer, even if it's not in a window.
521521
-- @local

0 commit comments

Comments
 (0)