- Notifications
You must be signed in to change notification settings - Fork669
Closed
Milestone
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.