Skip to content
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

Fix some bugs #103

Merged
merged 3 commits into from
Sep 6, 2022
Merged

Fix some bugs #103

merged 3 commits into from
Sep 6, 2022

Conversation

aressu1985
Copy link
Collaborator

1、fix resource path error
2、fix zero divided error
3、fix null value check error
4、optimize code for para parsing

@@ -33,15 +33,31 @@ public static void main(String[] args){
//get path
if (arg.startsWith("path")) {
path = arg.split("=")[1];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still a risk of runtime error

@aressu1985 aressu1985 merged commit ebb8ee1 into matrixorigin:main Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants