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:bug issue_173 #175

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gabrielInterligados
Copy link

A validation has been added that checks if the json parameter is true and the running server message appears only in JSON and when there is no json parameter the normal flow is followed.

@rugvedS07 rugvedS07 added the Request CLA Request the CLA bot to run and check if CLA is signed label Feb 26, 2025
Copy link


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


Gabriel Barreto seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@yagil yagil linked an issue Feb 26, 2025 that may be closed by this pull request
if (json) {
process.stdout.write(JSON.stringify({ running, port }) + "\n");
}else{
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
}else{
} else {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request CLA Request the CLA bot to run and check if CLA is signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lms server status --json should only return JSON
3 participants