mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-22 17:45:28 +01:00
[Profnsched] update based on discuss of PR #507
This commit is contained in:
@@ -20,7 +20,7 @@ end
|
||||
function scheduler.asap(priority, func)
|
||||
scheduler.add(priority, {
|
||||
mod_name = core.get_last_run_mod(),
|
||||
func_id = "todo",
|
||||
func_id = "#"..debug.getinfo(2, "S").linedefined, --imprecis
|
||||
func_code = func,
|
||||
arg = {},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user