Skip to content

Commit

Permalink
Fixed idiotic debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed Oct 3, 2024
1 parent e84338d commit f73cb07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ public void debug(boolean treeVisualizing) {
} else {
ImperatDebugger.debug("Debugging command '%s'", cmd.name());
for (CommandUsage<S> usage : cmd.usages()) {
ImperatDebugger.debug(" - '%s'", usage);
ImperatDebugger.debug(" - '%s'", CommandUsage.format(cmd, usage));
}
}
}
Expand Down

0 comments on commit f73cb07

Please sign in to comment.