fix(ci): file import paths after refacotr
This commit is contained in:
parent
e1b91ffffe
commit
a40a53fafa
2 changed files with 4 additions and 4 deletions
|
|
@ -416,7 +416,7 @@ describe('cp.execute', function()
|
|||
}
|
||||
end
|
||||
|
||||
local execute_command = require('cp.execute').execute_command
|
||||
local execute_command = require('cp.runner.execute').execute_command
|
||||
or function(command, stdin_data, timeout)
|
||||
local redirected_cmd = vim.deepcopy(command)
|
||||
if #redirected_cmd > 0 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue