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
I believe it's from Line 19 since "sublime" (from 400f812) is not available during load time. It will fail silently, then when you go to save a file, you get the error:
Writing file ... with encoding UTF-8 (atomic)
Exception in thread Thread-1:
Traceback (most recent call last):
File "X/threading.py", line 639, in _bootstrap_inner
File "X/threading.py", line 596, in run
File "...\Sublime Text 3\Packages\Local History\history.py", line 50, in run
if os.path.getsize(file_path) > FILE_SIZE_LIMIT:
TypeError: unorderable types: int() > NoneType()
The text was updated successfully, but these errors were encountered:
I believe it's from Line 19 since "sublime" (from 400f812) is not available during load time. It will fail silently, then when you go to save a file, you get the error:
The text was updated successfully, but these errors were encountered: