You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifexit_code~=0andnot (optionsandoptions.quiet) then
error('kill failed: ' ..exit_code)
end
end
Tarantool provides signal name to signal number mapping since the 2.4.1 version. We can use it if available and fallback to os.execute() on older versions.