We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7596b commit ac8d529Copy full SHA for ac8d529
lua/elixir/elixirls/download.lua
@@ -24,7 +24,7 @@ function M.clone(dir, opts)
24
25
clone:sync(60000)
26
27
- assert(clone.code == 0, "Failed to clone")
+ assert(clone.code == 0, string.format("Failed to clone %s", opts.repo))
28
29
if opts.ref ~= "HEAD" then
30
local checkout = Job:new {
0 commit comments