Skip to content

Commit

Permalink
fix: disable check empty for qt.response
Browse files Browse the repository at this point in the history
  • Loading branch information
yuukibarns committed Jan 27, 2025
1 parent ac26099 commit 4245e20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/gp/dispatcher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ local query = function(buf, provider, payload, handler, on_exit, callback)
end


if qt.response == "" then
logger.error(qt.provider .. " response is empty: \n" .. vim.inspect(qt.raw_response))
end
-- if qt.response == "" then
-- logger.error(qt.provider .. " response is empty: \n" .. vim.inspect(qt.raw_response))
-- end

-- optional on_exit handler
if type(on_exit) == "function" then
Expand Down

0 comments on commit 4245e20

Please sign in to comment.