ArchiveTeam / wget-lua

Wget-AT is a modern Wget with Lua hooks, Zstandard (+dictionary) WARC compression and URL-agnostic deduplication.
https://www.archiveteam.org/
GNU General Public License v3.0
94 stars 14 forks source link

Print traceback with Lua errors. #19

Closed OrIdow6 closed 1 year ago

OrIdow6 commented 1 year ago

This installs debug.traceback as the message handler for the lua_pcalls. It will fail some asserts if debug.traceback cannot be found for whatever reason.