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

Add missing return statement in JShellSessionService #42

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

tj-wazei
Copy link
Contributor

@tj-wazei tj-wazei commented Jul 27, 2024

Add the return statement after LOGGER.error("JShell Service isn't dead when it should for id {}.", id);. This is because the following could happen:

INFO JShell Service isn't dead when it should for id {}
INFO Session {} died.

Which can cause confusion when debugging.

@tj-wazei tj-wazei requested review from a team as code owners July 27, 2024 21:55
@Alathreon Alathreon merged commit d6cec91 into develop Jul 27, 2024
2 checks passed
@tj-wazei tj-wazei changed the title Add return Add missing return statement in JShellSessionService Jul 27, 2024
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