Skip to content

Commit

Permalink
making all notifications info
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Badragan authored and MagicDuck committed May 16, 2024
1 parent b83e9d9 commit 656acef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/grug-far/actions/replace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ local function replace(params)
resultsList.setError(buf, context, errorMessage)
renderResultsHeader(buf, context)

vim.notify('grug-far: ' .. state.actionMessage, vim.log.levels.ERROR)
vim.notify('grug-far: ' .. state.actionMessage, vim.log.levels.INFO)
end

local on_finish_all = vim.schedule_wrap(function(status, errorMessage, customActionMessage)
Expand Down
2 changes: 1 addition & 1 deletion lua/grug-far/actions/sync.lua
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ local function sync(params)
resultsList.setError(buf, context, errorMessage)
renderResultsHeader(buf, context)

vim.notify('grug-far: ' .. state.actionMessage, vim.log.levels.ERROR)
vim.notify('grug-far: ' .. state.actionMessage, vim.log.levels.INFO)
end

local on_finish_all = vim.schedule_wrap(function(status, errorMessage, customActionMessage)
Expand Down

0 comments on commit 656acef

Please sign in to comment.