-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add new installation scripts #31
Conversation
} | ||
} | ||
_ = channel.close(); | ||
return contentB.toString("UTF-8"); | ||
//_ = characterChannel1.close(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove this commented out line?
exit 2 | ||
else | ||
echo "Successfully uninstalled FTP package!" | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we add a new line?
ECHO Un-installation is incomplete due to an error. Please manually delete %ballerina_balo_location%wso2\%package_name%\0.0.0\%package_name%.zip | ||
|
||
:END | ||
ENDLOCAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we add a new line?
|
||
function main(string... args) { | ||
io:println("Hello"); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we add a new line?
int fixedSize = 50; | ||
boolean isDone = false; | ||
string result; | ||
while (!isDone){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we fix the formatting issue?
string result; | ||
while (!isDone){ | ||
string value = check readCharacters(fixedSize, characterChannel); | ||
if (lengthof value == 0){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we fix the formatting issue?
Purpose
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning