Commit 22b3f9d9 authored by serapath's avatar serapath

Update editor panel

parent 558d25ed
......@@ -221,7 +221,7 @@ class EditorPanel {
}
log () {
var self = this
self._components.terminal.log.apply(self._components.terminal, arguments)
self._components.terminal._output.apply(self._components.terminal, arguments)
}
_renderTabsbar () {
var self = this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment