Skip to content

Commit be59271

Browse files
committed
interactor: Fix triggerCommand to return true on success
1 parent 211d4fe commit be59271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/interactor_impl.cxx

+1
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ bool interactor_impl::triggerCommand(std::string_view command)
913913
if (callbackIt != this->Internals->Commands.end())
914914
{
915915
callbackIt->second({ tokens.begin() + 1, tokens.end() });
916+
return true;
916917
}
917918
else
918919
{

0 commit comments

Comments
 (0)