Skip to content

Commit

Permalink
Update src/tree_node.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide authored Jan 10, 2025
1 parent af09eac commit 9dc3e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Expected<NodeStatus> TreeNode::checkPreConditions()
{
auto execute_result = parse_executor(env);
// always
if(preID == PreCond::ALWAYS)
if(preID == PreCond::ON_START)
{
return nonstd::make_unexpected("");
}
Expand Down

0 comments on commit 9dc3e8a

Please sign in to comment.