Skip to content

Commit

Permalink
chore: auto-generated types for Neovim stable
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
1 parent 8a3ba46 commit 40b608b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/stable/uv.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2428,12 +2428,12 @@ local uv_fs_event_t = {}
---Creates and initializes a new `uv_fs_event_t`.
---Returns the Lua userdata wrapping it.
---
---@return uv_fs_event_t
---@return uv_fs_event_t|nil, string? err_name, string? err_msg
---@nodiscard
function uv.new_fs_event() end

-- TODO: make sure that the above method can indeed return nil + error.
-- confirmed to never return error see libuv/unix/linux-inotify (kqueue/sunos etc)
-- can fail in case the feature is not supported, see unix/no-fsevents.c

---
---Start the handle with the given callback, which will watch the specified path
Expand Down

0 comments on commit 40b608b

Please sign in to comment.