Chain.capture()
fails to generate complete stack trace for FileSystemException
#1857
Labels
Chain.capture()
fails to generate complete stack trace for FileSystemException
#1857
Steps to reproduce
Run the following code:
Output
Expected result
I am expecting to see some mention of
main()
and/or the source file name in the stack trace. However, as you can see, there is no mention of any user code in this stack trace at all.Using
stack_trace
version 1.11.0.The text was updated successfully, but these errors were encountered: