Skip to content

Commit

Permalink
feat: Updated lua/hurl/main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Mar 13, 2024
1 parent 0143cd7 commit 92f8359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hurl/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ local on_output = function(code, data, event)
end
response.raw = data

utils.log_info('hurl: response status ' .. response.status)
utils.log_info('hurl: response status ' .. response.status'))
utils.log_info('hurl: response headers ' .. vim.inspect(response.headers))
if response.body then
utils.log_info('hurl: response body ' .. response.body)
Expand Down

0 comments on commit 92f8359

Please sign in to comment.