diff --git a/common/frame_session.go b/common/frame_session.go index 5232b96fc..c135f87ad 100644 --- a/common/frame_session.go +++ b/common/frame_session.go @@ -1091,7 +1091,7 @@ func (fs *FrameSession) executionContextForID( //nolint:unused fs.contextIDToContextMu.Lock() defer fs.contextIDToContextMu.Unlock() - if exc, ok := fs.parent.contextIDToContext[executionContextID]; ok { + if exc, ok := fs.contextIDToContext[executionContextID]; ok { return exc, nil }