Merge pull request #1197 from FlightControl-Master/FF/Develop

Update ScheduleDispatcher.lua
This commit is contained in:
Frank 2019-09-13 13:38:52 -04:00 committed by GitHub
commit 04a699f990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 )