mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
https://ea.jetbrains.com/browser/ea_problems/87491: NPE: ExecutionManagerImpl$ProcessExecutionListener.processTerminated
This commit is contained in:
@@ -619,13 +619,10 @@ public class ExecutionManagerImpl extends ExecutionManager implements Disposable
|
||||
}
|
||||
}, ModalityState.any());
|
||||
|
||||
//noinspection ConstantConditions
|
||||
int exitCode = myProcessHandler.getExitCode();
|
||||
|
||||
myProject.getMessageBus().syncPublisher(EXECUTION_TOPIC).processTerminated(myExecutorId,
|
||||
myEnvironment,
|
||||
myProcessHandler,
|
||||
exitCode);
|
||||
event.getExitCode());
|
||||
|
||||
SaveAndSyncHandler saveAndSyncHandler = SaveAndSyncHandler.getInstance();
|
||||
if (saveAndSyncHandler != null) {
|
||||
|
||||
Reference in New Issue
Block a user