Skip to content

Commit

Permalink
Use sublime_lib OutputPanel correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Smith authored and Thomas Smith committed May 28, 2018
1 parent 2819361 commit 7d666e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_js_custom_syntaxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def run(self, versions=None):
from yamlmacros import build
from yamlmacros.src.error_highlighter import ErrorHighlighter

panel = OutputPanel(self.window, 'YAMLMacros')
panel = OutputPanel.create(self.window, 'YAMLMacros')
panel.show()
error_highlighter = ErrorHighlighter(self.window, 'YAMLMacros')

Expand Down

0 comments on commit 7d666e2

Please sign in to comment.