Commit 305cf112 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #749 from serapath-contribution/master4

Update editor panel
parents 50a18f74 22b3f9d9
...@@ -221,7 +221,7 @@ class EditorPanel { ...@@ -221,7 +221,7 @@ class EditorPanel {
} }
log () { log () {
var self = this var self = this
self._components.terminal.log.apply(self._components.terminal, arguments) self._components.terminal._output.apply(self._components.terminal, arguments)
} }
_renderTabsbar () { _renderTabsbar () {
var self = this 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