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 14, 2024
1 parent 24bd710 commit deed065
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 @@ -103,7 +103,7 @@ local on_output = function(code, data, event)
utils.log_info('hurl: on_output ' .. vim.inspect(code) .. vim.inspect(data))

if data[1] == '' then
table.remove(data, 1)
table.remove(data, 1)
end
if not data[1] then
return
Expand Down

0 comments on commit deed065

Please sign in to comment.