mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 09:59:29 +00:00
Allow rewriting without new traceback
This commit is contained in:
parent
a3f05f5046
commit
f5752cd231
3 changed files with 5 additions and 5 deletions
|
|
@ -6586,8 +6586,8 @@ else -- candran.can:260
|
|||
return f() -- candran.can:262
|
||||
end -- candran.can:262
|
||||
end -- candran.can:262
|
||||
candran["messageHandler"] = function(message) -- candran.can:268
|
||||
if not message:match("\
|
||||
candran["messageHandler"] = function(message, noTraceback) -- candran.can:268
|
||||
if not noTraceback and not message:match("\
|
||||
stack traceback:\
|
||||
") then -- candran.can:269
|
||||
message = debug["traceback"](message, 2) -- candran.can:270
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue