Skip to content

Commit 49d67c0

Browse files
committed
chore(ouput): i don't think we need deepcopy here
1 parent fae892d commit 49d67c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/opencode/ui/output.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ end
191191
---Get all lines as a table
192192
---@return string[]
193193
function Output:get_lines()
194+
-- FIXME: We probably don't need to use deepcopy here since Output is now short lived
194195
return vim.deepcopy(self.lines)
195196
end
196197

0 commit comments

Comments
 (0)