More bug fixes
This commit is contained in:
parent
69899679e7
commit
6243a32740
90 changed files with 5200 additions and 5212 deletions
|
|
@ -7,7 +7,7 @@ do
|
|||
}
|
||||
_error.__index = _error
|
||||
_error.__newindex = function()
|
||||
assert (false, "Attempt to modify an read-only object.\nUse object() or object.errortext\n"..debugstack (2, 1 , 0))
|
||||
assert(false, "Attempt to modify an read-only object.\nUse object() or object.errortext\n"..debugstack (2, 1 , 0))
|
||||
return
|
||||
end
|
||||
_error.__tostring = function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue