Update src/windows/wslaservice/exe/WSLAContainer.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Pooja Trivedi 2025-12-08 19:52:46 -05:00 committed by GitHub
parent be9cdce0dd
commit d1aab6400c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ try
{
return S_OK;
}
// Validate that the container is in the exited state.
// Validate that the container is in the running state.
RETURN_HR_IF_MSG(
HRESULT_FROM_WIN32(ERROR_INVALID_STATE),
m_state != WslaContainerStateRunning,