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
Traceback (most recent call last):
File "D:\SublimeText\Data\Packages\ANSIescape\ansi.py", line 237, in check_left_ansi
if not self._is_view_valid(view):
File "D:\SublimeText\Data\Packages\ANSIescape\ansi.py", line 271, in _is_view_valid
if view not in view.window().views():
AttributeError: 'NoneType' object has no attribute 'views'
This seems to coincides with the Overrides Reports package report.
This showed up when Sublime Text started:
This seems to coincides with the
Overrides Reportspackage report.This are the lines:
Related: