When I'm running 'Show value in console' for window.outerWidth I'm getting right number in output, but when I switch to sublime text console (ctrl + `) I'm seeing following exception:
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 543, in run_
return self.run(edit, **args)
File "run_with_colt in C:\Program Files\Sublime Text 3\Data\Installed Packages\COLT.sublime-package", line 240, in run
AttributeError: 'AppendToConsoleCommand' object has no attribute 'size'
When I'm running 'Show value in console' for window.outerWidth I'm getting right number in output, but when I switch to sublime text console (ctrl + `) I'm seeing following exception: