mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
do not strip documents during shutdown
This commit is contained in:
+1
-1
@@ -1309,7 +1309,7 @@ public class ApplicationImpl extends ComponentManagerImpl implements Application
|
||||
}
|
||||
|
||||
public boolean isDisposeInProgress() {
|
||||
return myDisposeInProgress;
|
||||
return myDisposeInProgress || ShutDownTracker.isShutdownHookRunning();
|
||||
}
|
||||
|
||||
public boolean isRestartCapable() {
|
||||
|
||||
Reference in New Issue
Block a user