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 isRunning function returns boolean #80

Merged
merged 5 commits into from
Dec 11, 2023
Merged

Conversation

yoojinko
Copy link
Collaborator

@yoojinko yoojinko commented Dec 6, 2023

기존 isRunning 함수가 containerStatus.STOP 일 때 throw error 하도록 되어있었으나, 이 기능은 checkRunning 함수로 옮기고
boolean 을 반환하는 isRunning 으로 변경하였습니다.

@yoojinko yoojinko linked an issue Dec 6, 2023 that may be closed by this pull request
Copy link
Contributor

@jiyoung-an jiyoung-an left a comment

Choose a reason for hiding this comment

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

LGTM, Thank you for resolving this issue!

Copy link
Collaborator

@akastercomcom akastercomcom left a comment

Choose a reason for hiding this comment

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

LGTM
Thanks!

@yoojinko
Copy link
Collaborator Author

Thanks for the review!

@yoojinko yoojinko merged commit 14e1133 into main Dec 11, 2023
1 check passed
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.

isRunning function does not return status
3 participants