We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rdme swagger exits with exit code 0 on error
rdme swagger
run rdme swagger with invalid json rdme will return json string with error message and 'There was an error uploading!' but echo $? will return 0
echo $?
rdme 2.2.2 node 8.14.0 alpine linux 3.8 docker container
The text was updated successfully, but these errors were encountered:
f410c7c
Thanks for reporting. This has been released as v3.0.0.
Sorry, something went wrong.
No branches or pull requests
Problem
rdme swagger
exits with exit code 0 on errorSteps for reproduce
run
rdme swagger
with invalid jsonrdme will return json string with error message and 'There was an error uploading!'
but
echo $?
will return 0Environment
rdme 2.2.2
node 8.14.0
alpine linux 3.8 docker container
The text was updated successfully, but these errors were encountered: