fix refactor pt 3
This commit is contained in:
parent
6ade3bdbd9
commit
a7e384d20c
|
@ -71,7 +71,7 @@ return {
|
||||||
program = function()
|
program = function()
|
||||||
local utils = require 'custom.utils'
|
local utils = require 'custom.utils'
|
||||||
local cwd = vim.fn.getcwd()
|
local cwd = vim.fn.getcwd()
|
||||||
local co = utils.pick_executable(cwd .. '/build')
|
local co = utils.pick_executable 'build'
|
||||||
local ok, result = coroutine.resume(co)
|
local ok, result = coroutine.resume(co)
|
||||||
return ok and result or nil
|
return ok and result or nil
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue