Skip to content

Commit

Permalink
Introducing more horrible changes
Browse files Browse the repository at this point in the history
  • Loading branch information
charlestian23 committed Feb 13, 2024
1 parent 872a268 commit c707f57
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ public String getErrorString() {
TreeNode node = (TreeNode) element;
if (!node.getChildren().isEmpty())
{




return CommandError.DEFAULT_APPLICATION + " - " + CommandError.NO_CHILDREN.toString();
}
else {
Expand Down

0 comments on commit c707f57

Please sign in to comment.