mirror of
https://github.com/neovim/neovim.git
synced 2026-06-12 14:58:15 +00:00
build(deps): bump luv to 1.51.0-2
This commit is contained in:
committed by
Christian Clason
parent
c39d18ee93
commit
647d3dc454
@@ -306,7 +306,7 @@ local is_win = vim.fn.has('win32') == 1
|
||||
--- @param opts uv.spawn.options
|
||||
--- @param on_exit fun(code: integer, signal: integer)
|
||||
--- @param on_error fun()
|
||||
--- @return uv.uv_process_t, integer
|
||||
--- @return uv.uv_process_t?, integer?
|
||||
local function spawn(cmd, opts, on_exit, on_error)
|
||||
if is_win then
|
||||
local cmd1 = vim.fn.exepath(cmd)
|
||||
|
||||
Reference in New Issue
Block a user