mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
[debugger] Fixed NPE in Coroutines View
IDEA-374561 GitOrigin-RevId: 37474b08ca8a3c0751b36fa883756c1dbf8b94dc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dfe67fef59
commit
9206526931
+2
-1
@@ -177,7 +177,8 @@ public final class CoroutinesDebugHelper {
|
||||
for (int i = 0; i < coroutineInfos.length; i++) {
|
||||
lastObservedStackTraces[i] = lastObservedStackTrace(coroutineInfos[i]);
|
||||
}
|
||||
dump[3] = lastObservedStackTraces;
|
||||
dump = Arrays.copyOf(dump, dump.length + 1);
|
||||
dump[4] = lastObservedStackTraces;
|
||||
return dump;
|
||||
} catch (Throwable e) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user