mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
karma debug: fix NPE (WEB-22522)
This commit is contained in:
@@ -151,7 +151,7 @@ class ExecutionStackView(val suspendContext: SuspendContext<*>,
|
||||
continue
|
||||
}
|
||||
|
||||
result.add(CallFrameView(frame, viewSupport, script, sourceInfo, isInLibraryContent))
|
||||
result.add(CallFrameView(frame, viewSupport, script, sourceInfo, isInLibraryContent, suspendContext.vm))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user