javascript console tweak
This commit is contained in:
parent
e707820915
commit
fc90795c1a
|
@ -94,6 +94,7 @@ ISOTerminal.prototype.TermInit = function(){
|
||||||
case '1': this.bootISO(); break;
|
case '1': this.bootISO(); break;
|
||||||
case '2': {
|
case '2': {
|
||||||
this.emit('enable-console',{stdout:true})
|
this.emit('enable-console',{stdout:true})
|
||||||
|
this.emit('status',"javascript console")
|
||||||
this.console = ""
|
this.console = ""
|
||||||
setTimeout( () => this.term.write( this.term.prompt), 100 )
|
setTimeout( () => this.term.write( this.term.prompt), 100 )
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue