Skip to content

Commit

Permalink
Merge main into sweep/sweep-rules-remove-whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Oct 31, 2023
2 parents fffc170 + ed8733f commit 3094691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/hurl/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ end
---@param opts table The options
---@param callback? function The callback function
local function request(opts, callback)
-- Check if a request is currently running
if is_running then
vim.notify('hurl: request is running. Please try again later.', vim.log.levels.INFO)
return
Expand Down

0 comments on commit 3094691

Please sign in to comment.