-
Notifications
You must be signed in to change notification settings - Fork 455
Have detail output for Submission #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Need more info about this, do you mean the output of 'submit' command? |
After using "lc submit", if there is any error, the console would only show "✘ Compile Error"or "✘ Runtime Error" instead of details exception message/messages. |
* show more error msg * show failed testcase Signed-off-by: Eric Wang <skygragon@gmail.com>
Got it and please try the latest fix. Also note that for runtime error there is no detail msg returned from leetcode.com, while the failed case is out there thus you can still debug that specific testcase with "test" command. |
Ok, saw output got enhanced. It looks better now. |
It would be nice not only show how many test passed/failed, but also detail output especially for errors.
The text was updated successfully, but these errors were encountered: