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 c9b61ac commit af09eac
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 @@ -480,7 +480,7 @@ std::string toStr<PreCond>(const PreCond& pre)
return "_skipIf";
case PreCond::WHILE_TRUE:
return "_while";
case PreCond::ALWAYS:
case PreCond::ON_START:
return "_onStart";
default:
return "Undefined";
Expand Down

0 comments on commit af09eac

Please sign in to comment.