Skip to content

Commit

Permalink
fixing response
Browse files Browse the repository at this point in the history
  • Loading branch information
huynle committed Feb 16, 2024
1 parent d335a0d commit c0f93cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ogpt/response.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function Response:monitor_state()
utils.log("Response Stoped.", vim.log.levels.DEBUG)
self:add_processed_text("", "END")
self:set_state(self.STATE_INIT)
else
elseif self.response_state then
utils.log("unknown state: " .. self.response_state, vim.log.levels.ERROR)
end
end
Expand Down

0 comments on commit c0f93cd

Please sign in to comment.