refactor: gomod
This commit is contained in:
parent
4993aec570
commit
40fe09ed63
1 changed files with 3 additions and 1 deletions
|
|
@ -12,8 +12,10 @@ return function(...)
|
||||||
if retval ~= 0 then
|
if retval ~= 0 then
|
||||||
print("command exited with code " .. retval)
|
print("command exited with code " .. retval)
|
||||||
return
|
return
|
||||||
|
else
|
||||||
|
print "command runs successfully"
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
:sync()
|
:start()
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue