nvim-oxi icon indicating copy to clipboard operation
nvim-oxi copied to clipboard

Doesn't detect panics properly

Open oberblastmeister opened this issue 1 year ago • 0 comments

If the test prints to stderr, it will be erroneously interpreted as a panic. Neovim also sometimes prints to stderr for some reason, which will be interpreted as a panic. A more robust way to detect panics is needed.

oberblastmeister avatar Jan 29 '23 16:01 oberblastmeister