Skip to content

Commit

Permalink
delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Sep 2, 2024
1 parent f685c6c commit 49f4f27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ private static String msg(Resource resource, Object... params) {

@Override
public @NotNull ActionUpdateThread getActionUpdateThread() {
return ActionUpdateThread.EDT;
return ActionUpdateThread.BGT;
}

}

0 comments on commit 49f4f27

Please sign in to comment.