fix(dashboard): randomseed needs argument on stable

This commit is contained in:
Folke Lemaitre 2024-11-21 20:04:15 +01:00
parent c208542828
commit c359164872
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -7,7 +7,7 @@ local M = setmetatable({}, {
})
local uv = vim.uv or vim.loop
math.randomseed()
math.randomseed(os.time())
---@class snacks.dashboard.Item
---@field indent? number