We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec06732 + a4065d9 commit e4379dbCopy full SHA for e4379db
service/root.lua
@@ -38,8 +38,8 @@ end
38
do
39
-- root init response to itself
40
local function init_receipt(type, session, msg, sz)
41
+ local errobj = ltask.unpack_remove(msg, sz)
42
if type == MESSAGE_ERROR then
- local errobj = ltask.unpack_remove(msg, sz)
43
ltask.log.error("Root fatal:", table.concat(errobj, "\n"))
44
writelog()
45
root_quit()
0 commit comments