forked from Hyperion/HyperionOS
made lua debugger stop crying and added more docs
This commit is contained in:
@@ -29,7 +29,7 @@ function sys.spawn(func, name, envars, args, tgid)
|
||||
tasks[tostring(id)].exit=err
|
||||
end
|
||||
end),
|
||||
name=name or "task"..tostring(id),
|
||||
name=name or ("task"..tostring(id)),
|
||||
envars=envars or {},
|
||||
args=args or {},
|
||||
status="R",
|
||||
|
||||
Reference in New Issue
Block a user