sublime-build
sublime-build copied to clipboard
Error in ST3 console after running a build
Whenever I run a build, an error appears in the ST3 console:
no command for selector: noop:
no command for selector: noop:
Exception in thread Thread-3668:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "./python3.3/threading.py", line 858, in run
File "/Users/erincalling/Library/Application Support/Sublime Text 3/Installed Packages/Golang Build.sublime-package/golang_build.py", line 822, in _run
self._write_footer()
File "/Users/erincalling/Library/Application Support/Sublime Text 3/Installed Packages/Golang Build.sublime-package/golang_build.py", line 868, in _write_footer
package_events.notify(
AttributeError: 'module' object has no attribute 'notify'
The build itself works as expected; it looks like there's just some notification that isn't happening.
I'm using Golang Build 0.9.0, in Sublime Text 3.2.2, on OSX 10.15.1.