commit | 5c143404ead89123c5ad75b2b23391d837569a94 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 19 17:35:53 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jun 19 17:58:32 2022 +0200 |
tree | c03f3a0ac96b0a6142b8db2f0a83c90f570571eb | |
parent | a892b7f15f76272fd267441df7fb511f7ce1cb62 [diff] |
MINOR: hlua: don't dump empty entries in hlua_traceback() Calling hlua_traceback() sometimes reports empty entries looking like: [C]: ? These ones correspond to certain internal C functions of the Lua library, but they do not provide any information and even complicate the interpretation of the dump. Better just skip them.