mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
Traceback parser fix
This commit is contained in:
parent
8ff18c3257
commit
e43df1885d
@ -267,7 +267,10 @@ function system.call(method, ...)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
path, line = path:match("\t+([^:]+%.lua):(%d+):")
|
local iter = path:gmatch("\t+([^:]+%.lua):(%d+):")
|
||||||
|
iter()
|
||||||
|
|
||||||
|
path, line = iter()
|
||||||
|
|
||||||
-- Weird case on some server machines, unable to reproduce,
|
-- Weird case on some server machines, unable to reproduce,
|
||||||
-- seems like traceback parsing error
|
-- seems like traceback parsing error
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user