feat(utils): remove timeout for update success notification
This commit is contained in:
parent
323139461e
commit
a3332a801f
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ function M.update()
|
||||||
end,
|
end,
|
||||||
on_exit = function()
|
on_exit = function()
|
||||||
if vim.tbl_isempty(errors) then
|
if vim.tbl_isempty(errors) then
|
||||||
Logger:log('Updated! Running CosmicReloadSync...', { timeout = 30000 })
|
Logger:log('Updated! Running CosmicReloadSync...')
|
||||||
M.reload_user_config_sync()
|
M.reload_user_config_sync()
|
||||||
else
|
else
|
||||||
table.insert(errors, 1, 'Something went wrong! Please pull changes manually.')
|
table.insert(errors, 1, 'Something went wrong! Please pull changes manually.')
|
||||||
|
|
Loading…
Add table
Reference in a new issue