fix(loader): fixed event check in reload. Fixes #1124

This commit is contained in:
Folke Lemaitre 2023-10-17 08:36:09 +02:00
commit cdfa788881
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 5 additions and 3 deletions

View file

@ -32,7 +32,7 @@
---@field build? string|fun(self:LazyPlugin)|(string|fun(self:LazyPlugin))[]
---@field opts? PluginOpts
---@class LazyPluginHandlers: {[string]: any}
---@class LazyPluginHandlers
---@field event? table<string,LazyEvent>
---@field ft? table<string,LazyEvent>
---@field keys? table<string,LazyKeys>