Commit 83aea79f authored by yann300's avatar yann300

standard

parent 8eaaf352
...@@ -185,7 +185,7 @@ class Terminal { ...@@ -185,7 +185,7 @@ class Terminal {
self._jsSandbox = vm.createContext(self._jsSandboxContext) self._jsSandbox = vm.createContext(self._jsSandboxContext)
if (opts.shell) self._shell = opts.shell if (opts.shell) self._shell = opts.shell
register(self) register(self)
self.updateJournal({ type: 'select', value: 'knownTransaction' }) self.updateJournal({ type: 'select', value: 'knownTransaction' })
} }
render () { render () {
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