Merge 0.12->trunk

This commit is contained in:
Matthew Wild 2023-04-07 16:00:23 +01:00
commit b6ca51db43

View file

@ -680,7 +680,7 @@ local command_runner = async.runner(function ()
end
os.exit(0, true); -- :)
else
show_message("Failed to execute command: "..error_messages[ret]);
show_message("Failed to execute command: %s", error_messages[ret]);
os.exit(1); -- :(
end
end