Skip to content

Commit

Permalink
Add bundle for !count command
Browse files Browse the repository at this point in the history
Removed extra bundle strings from uk_UA
  • Loading branch information
buthed010203 committed May 18, 2024
1 parent db332bf commit c669f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc-core/src/arc/util/Threads.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public static ExecutorService executor(@Nullable String name, int threads){

/** Prints a trace starting right before this method */
public static String getTrace(){
return getTrace(0);
return getTrace(1);
}

/** Prints a trace starting right before this method + i lines */
Expand Down

0 comments on commit c669f37

Please sign in to comment.