diff options
author | Kim Alvefur <zash@zash.se> | 2020-10-28 22:42:43 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-10-28 22:42:43 +0100 |
commit | 4cb9c49d9522b827cca3ff9906b4ca2348c988b1 (patch) | |
tree | 8d63846c7fbe0d4cf12067fee9cec4581b5349dc /plugins | |
parent | 9cb2fdc461083bd6cbcdf9cf3eb7f10dddfe58be (diff) | |
download | prosody-4cb9c49d9522b827cca3ff9906b4ca2348c988b1.tar.gz prosody-4cb9c49d9522b827cca3ff9906b4ca2348c988b1.zip |
tools/tb2err: Formats Lua traceback in errors.err format
Manually opening to the files and line numbers from a Lua traceback is
tedious. This tool converts tracebacks into a format that many compilers
and such tools use, which is also compatible with Vim (and possibly
other editors).
Thus if someone sends you a pastebin link with a traceback, a command
like the following gets you right to the relevant lines:
curl paste.example/abc123.txt | tb2err > errors.err; vim -q
Diffstat (limited to 'plugins')
0 files changed, 0 insertions, 0 deletions