You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When referencing ${self:} with the new circular variables support, the print command will crash with a stack overflow. (For details see #4144 (review) and the discussion in the PR).
This is due to a missing circular object support in the modules to traverse the service object tree used by the print command.