Skip to content

Commit

Permalink
unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-x committed Oct 31, 2023
1 parent 31c6088 commit e41c336
Show file tree
Hide file tree
Showing 2 changed files with 739 additions and 729 deletions.
2 changes: 1 addition & 1 deletion lua/go/asyncmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ M.runjob = function(cmd, runner, args, efm)
failed = false
_GO_NVIM_CFG.on_exit(event, data)
end
return cmd
end

-- releative dir does not work without shell
Expand All @@ -408,6 +407,7 @@ M.runjob = function(cmd, runner, args, efm)
stderr_buffered = true,
})
_GO_NVIM_CFG.on_jobstart(cmdstr)
return cmdstr
end

M.stopjob = function(id)
Expand Down
Loading

0 comments on commit e41c336

Please sign in to comment.