feat(utils): remove timeout for update success notification

This commit is contained in:
Matt Leong 2021-12-03 14:41:04 -08:00
parent 323139461e
commit a3332a801f

View file

@ -122,7 +122,7 @@ function M.update()
end,
on_exit = function()
if vim.tbl_isempty(errors) then
Logger:log('Updated! Running CosmicReloadSync...', { timeout = 30000 })
Logger:log('Updated! Running CosmicReloadSync...')
M.reload_user_config_sync()
else
table.insert(errors, 1, 'Something went wrong! Please pull changes manually.')