Closed
Description
🐛 Bug Report
Sometimes, the leetcode-cli may print useful data, but exit with error code. In this case, an exception will be thrown, and useful data will not be passed.
To Reproduce
When submitting a solution, leetcode-cli may print Runtime error and exit with error code. With aforementioned behavior, an exception will be thrown, and result WebView cannot be shown.
Expected behavior
Being able to extract the useful data out if needed.