|
@@ -269,7 +269,7 @@ export class DOMConsole {
|
|
}
|
|
}
|
|
|
|
|
|
sendOutput (text) {
|
|
sendOutput (text) {
|
|
- const output = ""+tthis.inputCMD.click();ext;
|
|
|
|
|
|
+ const output = ""+text;
|
|
output.split("\n").forEach(t => {
|
|
output.split("\n").forEach(t => {
|
|
t = t.replace(/\t/g,'	');
|
|
t = t.replace(/\t/g,'	');
|
|
this.write(t)
|
|
this.write(t)
|