-
Notifications
You must be signed in to change notification settings - Fork 455
Pull detail msg for runtime error #14
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
could you give a user case that I can dig into? |
Use case: https://leetcode.com/problems/longest-increasing-subsequence/ If you test with following code: public class Solution { |
with latest build, still did not see runtime error in cli, so currently I have to login to web for debugging. Test case: leetcode test zigzag-conversion.java -t '[3,9,20,null,null,15,7]' Actual Output: Your Expected Excepted output public class Solution { public void dfs (TreeNode node, Integer level, List<List> res ){
} |
hmm..this source code should aim at binary-tree-zigzag-level-order-traversal.java, not zigzag-conversion.java, right? Following is what I run using this code:
Do you try to update the global version of leetcode-cli on your machine? something like:
|
Oh, your are right, my bad, linked to a wrong source file, currently it's working as excepted. Sorry for bring the confusion. |
Please close it |
When a submission got runtime error, there is no detail message return to the console. It would nice if leetcode-cli can pull the detail error msg.
The text was updated successfully, but these errors were encountered: