Skip to content

Commit 9dc3e8a

Browse files
Update src/tree_node.cpp
1 parent af09eac commit 9dc3e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tree_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Expected<NodeStatus> TreeNode::checkPreConditions()
210210
{
211211
auto execute_result = parse_executor(env);
212212
// always
213-
if(preID == PreCond::ALWAYS)
213+
if(preID == PreCond::ON_START)
214214
{
215215
return nonstd::make_unexpected("");
216216
}

0 commit comments

Comments
 (0)