1 files changed,
3 insertions(+),
1 deletions(-)
Author:
Smirnov Olexander
ss2316544@gmail.com
Committed at:
2022-06-03 13:42:58 +0300
Parent:
4993aec
M
lua/gopher/gomod.lua
@@ -12,8 +12,10 @@ on_exit = function(_, retval)
if retval ~= 0 then print("command exited with code " .. retval) return + else + print "command runs successfully" end end, }) - :sync() + :start() end