Open andrewcrook opened 4 months ago
I wanted to get a good trace for a bug in a neovim lua plugin unfortunately neovim is suppressing the traces, including StackTracePlus's , output. I wonder if there could be an option to output to a file from with in the script itself?
I suppose I can redirect dumper:concat_lines(), original_error to a file? where its returned at the end of function stacktrace
dumper:concat_lines(), original_error
stacktrace
I wanted to get a good trace for a bug in a neovim lua plugin unfortunately neovim is suppressing the traces, including StackTracePlus's , output. I wonder if there could be an option to output to a file from with in the script itself?