Typewriter icon indicating copy to clipboard operation
Typewriter copied to clipboard

Error on load

Open reagle opened this issue 7 years ago • 0 comments

I'm seeing the following error in my console upon load:

...
plugins loaded
Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 742, in on_window_command
    res = callback.on_window_command(window, name, args)
  File "/Users/reagle/Library/Application Support/Sublime Text 3/Installed Packages/Typewriter.sublime-package/Typewriter.py", line 105, in on_window_command
    plugin_settings.get('scrolling_mode_center_on_next_selection_modified_commands', [])
AttributeError: 'NoneType' object has no attribute 'get'

reagle avatar Aug 22 '18 12:08 reagle