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
|
||||
print("command exited with code " .. retval)
|
||||
return
|
||||
else
|
||||
print "command runs successfully"
|
||||
end
|
||||
end,
|
||||
})
|
||||
:sync()
|
||||
:start()
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue