fix refactor pt 5
This commit is contained in:
parent
3a76cd484c
commit
a030434bf0
|
@ -71,7 +71,7 @@ return {
|
||||||
request = 'launch',
|
request = 'launch',
|
||||||
program = function()
|
program = function()
|
||||||
return coroutine.create(function()
|
return coroutine.create(function()
|
||||||
local executable = pick_executable(ivim.fn.getcwd() .. '/build')
|
local executable = pick_executable(vim.fn.getcwd() .. '/build')
|
||||||
coroutine.yield(executable)
|
coroutine.yield(executable)
|
||||||
end)
|
end)
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue