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

This doesn't hold true on Darwin, issue #7557 tracks the problem. #7616

Closed
todo bot opened this issue Jun 14, 2021 · 0 comments
Closed

This doesn't hold true on Darwin, issue #7557 tracks the problem. #7616

todo bot opened this issue Jun 14, 2021 · 0 comments
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Jun 14, 2021

// TODO: This doesn't hold true on Darwin, issue #7557 tracks the problem.
//
mController.Shutdown();
return (err == CHIP_NO_ERROR) ? EXIT_SUCCESS : EXIT_FAILURE;
}
CHIP_ERROR Commands::RunCommand(NodeId localId, NodeId remoteId, int argc, char ** argv)
{
CHIP_ERROR err = CHIP_NO_ERROR;
std::map<std::string, CommandsVector>::iterator cluster;


This issue was generated by todo based on a TODO comment in e60afe4 when #7478 was merged. cc @mrjerryjohns.
@todo todo bot added the todo label Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants