mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
HgCommandExecutor: disable assertion on calling hg from ShowDiff in awt.
This commit is contained in:
@@ -98,7 +98,7 @@ public final class HgCommandExecutor {
|
||||
|
||||
@Nullable
|
||||
public HgCommandResult executeInCurrentThread(@Nullable final VirtualFile repo, final String operation, final List<String> arguments) {
|
||||
LOG.assertTrue(!ApplicationManager.getApplication().isDispatchThread());
|
||||
//LOG.assertTrue(!ApplicationManager.getApplication().isDispatchThread()); disabled for release
|
||||
if (myProject == null || myProject.isDisposed() || myVcs == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user