mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Merge pull request #1197 from FlightControl-Master/FF/Develop
Update ScheduleDispatcher.lua
This commit is contained in:
commit
04a699f990
@ -127,8 +127,8 @@ function SCHEDULEDISPATCHER:AddSchedule( Scheduler, ScheduleFunction, ScheduleAr
|
||||
|
||||
local CallID = Params.CallID
|
||||
local Info = Params.Info
|
||||
local Source = Info.source or "unknown source"
|
||||
local Line = Info.currentline or -1
|
||||
local Source = Info.source or "?"
|
||||
local Line = Info.currentline or "?"
|
||||
local Name = Info.name or "?"
|
||||
|
||||
local ErrorHandler = function( errmsg )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user